다음을 통해 공유


StyleSheet.ReferencePath 속성

정의

사용자 컨트롤(.ascx 파일)에 대한 참조를 가져오거나 설정합니다. 기본값은 null입니다. 이 API는 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 모빌 앱 및 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

속성 값

사용자 컨트롤(.ascx 파일)에 대한 참조입니다.

특성

설명

페이지의 스타일시트에는 참조된 사용자 정의 컨트롤의 루트 수준에서 정의된 스타일시트에 있는 스타일이 상속됩니다. 예를 들어 사용자 컨트롤의 스타일시트에 이름이 지정된 Style1속성이 있는 경우 페이지의 스타일시트에 있는 것처럼 페이지에 액세스할 Style1 수 있습니다.

적용 대상

추가 정보