CssRegistration.After Property

Gets or sets the name of the cascading style sheet (CSS) file after which the file being registered is rendered.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Public Property After As String
    Get
    Set
'Usage
Dim instance As CssRegistration
Dim value As String

value = instance.After

instance.After = value
public string After { get; set; }

Property Value

Type: System.String
A string that contains the file name.

Remarks

For example, if the CSS file being registered is "mycss.css" and the After property is "corev4.css", "mycss.css" is rendered after "corev4.css".

See Also

Reference

CssRegistration Class

CssRegistration Members

Microsoft.SharePoint.WebControls Namespace