次の方法で共有


IWebFormsDocumentService.DocumentUrl プロパティ

定義

ドキュメントが配置されている URL を取得します。

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

プロパティ値

ドキュメントが配置されている URL。ドキュメントに関連付けられている URL がない場合は null

注釈

DocumentUrl インターフェイス プロパティは廃止されています。 同等のデザイナー機能については、WebFormsRootDesigner クラスの DocumentUrl プロパティを使用します。

適用対象