IWebFormsDocumentService.DocumentUrl プロパティとは何? わかりやすく解説 Weblio辞書 (original) (raw)

ドキュメント存在する場所の URL取得します

名前空間: System.Web.UI.Design
アセンブリ: System.Design (system.design.dll 内)
構文構文

Visual Basic (宣言)

ReadOnly Property DocumentUrl As String

Visual Basic (使用法)

Dim instance As IWebFormsDocumentService Dim value As String

value = instance.DocumentUrl

C#

string DocumentUrl { get; }

C++

property String^ DocumentUrl { String^ get (); }

J#

/** @property */ String get_DocumentUrl ()

JScript

function get DocumentUrl () : String

プロパティ
ドキュメント存在する場所の URLドキュメント関連付けられた URLない場合null 参照 (Visual Basic では Nothing)。

解説解説

メモメモ
DocumentUrl インターフェイス プロパティ今後使用しません。デザイナ同等機能利用するには、WebFormsRootDesigner クラスの DocumentUrl プロパティ使用します

.NET Framework のセキュリティ.NET Frameworkセキュリティ

プラットフォームプラットフォーム

Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

開発プラットフォーム中には.NET Framework によってサポートされていないバージョンありますサポートされているバージョンについては、「システム要件」を参照してください

バージョン情報バージョン情報

.NET Framework
サポート対象 : 2.01.11.0

参照参照

関連項目
IWebFormsDocumentService インターフェイス
IWebFormsDocumentService メンバ
System.Web.UI.Design 名前空間