StyleSheet.ReferencePath 속성

정의

사용자 정의 컨트롤에 대한 참조(.ascx 파일)를 가져오거나 설정합니다. 기본값은 null입니다. 이 API는 더 이상 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 ASP.NET 있는 Mobile Apps & 사이트를 참조하세요.

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 스타일 시트 페이지에 있는 것 처럼 합니다.

적용 대상

추가 정보