WebFormsRootDesigner.DocumentUrl 속성

정의

파생 클래스에서 재정의된 경우 Web Forms 페이지가 있는 URL을 가져옵니다.

public:
 abstract property System::String ^ DocumentUrl { System::String ^ get(); };
public abstract string DocumentUrl { get; }
member this.DocumentUrl : string
Public MustOverride ReadOnly Property DocumentUrl As String

속성 값

String

Web Forms 페이지가 있는 URL이거나, Web Forms 페이지와 연결된 URL이 없으면 null입니다.

적용 대상

추가 정보