XhtmlControlAdapter.StyleSheetLocationAttributeValue Property

Definition

Gets the value of the CssLocation attribute, if it exists, from the form in which it is contained. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

protected:
 virtual property System::String ^ StyleSheetLocationAttributeValue { System::String ^ get(); };
protected virtual string StyleSheetLocationAttributeValue { get; }
member this.StyleSheetLocationAttributeValue : string
Protected Overridable ReadOnly Property StyleSheetLocationAttributeValue As String

Property Value

A string containing the path and filename of a cascading style sheet if the attribute exists; otherwise, Empty.

Remarks

This method is primarily used by the .NET Framework internally.

Applies to

See also