WebFormsRootDesigner.DocumentUrl プロパティ

定義

派生クラスでオーバーライドされると、Web フォーム ページが存在する 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 フォーム ページが存在する URL。Web フォーム ページに関連付けられた URL がない場合は null

適用対象

こちらもご覧ください