PageVirtualPathAttribute クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 ページの仮想パスを取得します。 |