StyleSheet.ReferencePath Property   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a reference to a user control (.ascx file). The default value is null. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.
public:
 property System::String ^ ReferencePath { System::String ^ get(); void set(System::String ^ value); };
	[System.ComponentModel.Bindable(true)]
public string ReferencePath { get; set; }
	[<System.ComponentModel.Bindable(true)>]
member this.ReferencePath : string with get, set
	Public Property ReferencePath As String
	Property Value
A reference to a user control (.ascx file).
- Attributes
 
Remarks
The style sheet on the page inherits the styles in a style sheet defined at the root level of the referenced user control. For example, if the style sheet on the user control has a property named Style1, the page can access Style1 as if it were in the style sheet on the page.