JSHelperEAPDefaultCSS Method (IAppContext) |
Gets the path to the EAPDefault CSS file with a query parameter to prevent unwanted browser caching.
Call this method, instead of
EAPDefaultCSS in order to allow for the
BaseCSS override.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public static string EAPDefaultCSS(
IAppContext appCxt
)
Public Shared Function EAPDefaultCSS (
appCxt As IAppContext
) As String
Parameters
- appCxt
- Type: NetQuarryIAppContext
The application context.
Return Value
Type:
StringThe versioned path to the CSS file.
See Also