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

取得目前網頁的虛擬路徑。

適用於