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

適用対象

こちらもご覧ください