共用方式為


IWebFormsDocumentService.DocumentUrl 屬性

定義

取得文件所在的網址。

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 來實現等效的設計功能。

適用於