次の方法で共有


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

プロパティ値

String

ドキュメントが存在する場所の URL。ドキュメントに関連付けられた URL がない場合は null

注釈

注意

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

適用対象