| IncludesAddInlineCss Method (String, Int32) | 
        
        
        
            Adds an in-line CSS block.
            
         
        Namespace: ConnectedApps.Cms.Sdk.UI.WebAssembly: ConnectedApps.Cms.Sdk.UI (in ConnectedApps.Cms.Sdk.UI.dll) Version: 1.0.0.0 (1.0.0.0)
 Syntax
Syntaxpublic static void AddInlineCss(
	string css,
	int orderIndex
)
Public Shared Sub AddInlineCss ( 
	css As String,
	orderIndex As Integer
)
public:
static void AddInlineCss(
	String^ css, 
	int orderIndex
)
static member AddInlineCss : 
        css : string * 
        orderIndex : int -> unit 
Parameters
- css
- Type: SystemString
 The content to add.
- orderIndex
- Type: SystemInt32
 The order in which the include is included.
 See Also
See Also