次の方法で共有


PageVirtualPathAttribute クラス

定義

Web ページ クラスのパス属性を表します。

[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

現在の Web ページの仮想パスを取得します。

適用対象