SPPageContentManager.RegisterInlineStyle method

Registers a style definition which will appear in the body of the page

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Shared Sub RegisterInlineStyle ( _
    page As Page, _
    style As Style, _
    selector As String _
)
'Usage
Dim page As Page
Dim style As Style
Dim selector As StringSPPageContentManager.RegisterInlineStyle(page, style, _
    selector)
public static void RegisterInlineStyle(
    Page page,
    Style style,
    string selector
)

Parameters

See also

Reference

SPPageContentManager class

SPPageContentManager members

Microsoft.SharePoint.WebControls namespace