IWebFormsDocumentService.DocumentUrl 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得文件所在的 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介面屬性已過時。 使用 DocumentUrl 類別上的屬性 WebFormsRootDesigner ,以取得對等的設計工具功能。