PageVirtualPathAttribute Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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. |