HtmlAttributeNotBoundAttribute 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.
Indique que la propriété associée ITagHelper ne doit pas être liée aux attributs HTML.
public ref class HtmlAttributeNotBoundAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false, Inherited=false)]
public sealed class HtmlAttributeNotBoundAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false, Inherited=false)>]
type HtmlAttributeNotBoundAttribute = class
inherit Attribute
Public NotInheritable Class HtmlAttributeNotBoundAttribute
Inherits Attribute
- Héritage
-
HtmlAttributeNotBoundAttribute
- Attributs
Constructeurs
| HtmlAttributeNotBoundAttribute() |
Instancie une nouvelle instance de la classe HtmlAttributeNotBoundAttribute. |