CssLink.DefaultUrl Property
Gets or sets a default Universal Resource Locator (URL) for the cascading style sheet (CSS) file.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property DefaultUrl As String
Get
Set
'Usage
Dim instance As CssLink
Dim value As String
value = instance.DefaultUrl
instance.DefaultUrl = value
public string DefaultUrl { get; set; }
Property Value
Type: System.String
A string that contains the default URL.