PageExecutionContext.VirtualPath 属性

定义

获取或设置源文件的虚拟路径。Gets or sets the virtual path of the source file.

public:
 property System::String ^ VirtualPath { System::String ^ get(); void set(System::String ^ value); };
public string VirtualPath { get; set; }
member this.VirtualPath : string with get, set
Public Property VirtualPath As String

属性值

String

源文件的虚拟路径。The virtual path of the source file.

注解

源文件的虚拟路径使使用者能够查找要用于选择映射的源文件。The virtual path of the source file enables consumers to find the source file to use for selection mapping.

适用于