IWebFormsDocumentService.DocumentUrl 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得文件所在的網址。
public:
property System::String ^ DocumentUrl { System::String ^ get(); };
public string DocumentUrl { get; }
member this.DocumentUrl : string
Public ReadOnly Property DocumentUrl As String
屬性值
文件所在的網址,或 null 文件是否沒有相關 URL。
備註
備註
DocumentUrl介面特性已過時。 在類別中使用該 DocumentUrl 屬性 WebFormsRootDesigner 來實現等效的設計功能。