PageVirtualPathAttribute 类

定义

表示网页类的路径特性。

[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

获取当前网页的虚拟路径。

适用于