WebFormsRootDesigner.DocumentUrl 屬性

定義

在衍生類別中覆寫時,取得 Web Form 網頁所在的 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

屬性值

Web Form 網頁所在的 URL,如果 Web Form 網頁沒有關聯的 URL,則為 null

適用於

另請參閱