HtmlAttributeNotBoundAttribute 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
指示关联的 ITagHelper 属性不应绑定到 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
- 继承
-
HtmlAttributeNotBoundAttribute
- 属性
构造函数
| HtmlAttributeNotBoundAttribute() |
实例化 HtmlAttributeNotBoundAttribute 类的新实例。 |