Partager via


PageVirtualPathAttribute Classe

Définition

Représente un attribut path pour une classe de page 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
Héritage
PageVirtualPathAttribute
Attributs

Constructeurs

PageVirtualPathAttribute(String)

Initialise une nouvelle instance de la classe à l’aide PageVirtualPathAttribute du chemin d’accès virtuel spécifié.

Propriétés

VirtualPath

Obtient le chemin d'accès virtuel de la page Web actuelle.

S’applique à