Control.AppRelativeTemplateSourceDirectory 属性

定义

获取或设置包含该控件的 PageUserControl 对象的应用程序相对虚拟目录。

public:
 property System::String ^ AppRelativeTemplateSourceDirectory { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.Browsable(false)]
public string AppRelativeTemplateSourceDirectory { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.AppRelativeTemplateSourceDirectory : string with get, set
Public Property AppRelativeTemplateSourceDirectory As String

属性值

String

包含该控件的页或用户控件的应用程序相对虚拟目录。

属性

注解

AppRelativeTemplateSourceDirectory 属性包含包含当前控件的页面或用户控件的应用程序相对路径。 例如,如果网页位于该 http://www.contoso.com/application/subdirectory位置,则 AppRelativeTemplateSourceDirectory 属性返回“~/子目录”。

若要返回虚拟路径 (“application/subdirectory”) ,请使用该 TemplateSourceDirectory 属性。

适用于