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 |
取得目前網頁的虛擬路徑。 |