TheBaseEngine..::..RegisterCSS Method
Registers a CSS File with the Engine
Namespace:
nsCDEngine.EnginesAssembly: C-DEngine (in C-DEngine.dll)
Syntax
public void RegisterCSS( string cssDarkPath, string cssLitePath, Action<TheRequestData> sinkInterceptHttp )
Public Sub RegisterCSS ( _ cssDarkPath As String, _ cssLitePath As String, _ sinkInterceptHttp As Action(Of TheRequestData) _ )
public: void RegisterCSS( String^ cssDarkPath, String^ cssLitePath, Action<TheRequestData^>^ sinkInterceptHttp )
Parameters
- cssDarkPath
- Type: String
- cssLitePath
- Type: String
- sinkInterceptHttp
- Type: Action<(Of <(<'TheRequestData>)>)>