PageVirtualPathAttribute 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示网页类的路径特性。
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false, Inherited=true)]
public sealed class PageVirtualPathAttribute : Attribute
type PageVirtualPathAttribute = class
inherit Attribute
Public NotInheritable Class PageVirtualPathAttribute
Inherits Attribute
- 继承
-
PageVirtualPathAttribute
- 属性
构造函数
PageVirtualPathAttribute(String) |
使用指定的虚拟路径初始化 类的新实例 PageVirtualPathAttribute 。 |
属性
VirtualPath |
获取当前网页的虚拟路径。 |