HtmlTargetElementAttribute 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
ITagHelper提供 的目标。
public ref class HtmlTargetElementAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true, Inherited=false)]
public sealed class HtmlTargetElementAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true, Inherited=false)>]
type HtmlTargetElementAttribute = class
inherit Attribute
Public NotInheritable Class HtmlTargetElementAttribute
Inherits Attribute
- 继承
-
HtmlTargetElementAttribute
- 属性
构造函数
HtmlTargetElementAttribute() |
实例化 类的新实例, HtmlTargetElementAttribute 该实例面向具有所需 Attributes的所有 HTML 元素。 |
HtmlTargetElementAttribute(String) |
使用给定 |
字段
ElementCatchAllTarget |
面向所有 HTML 元素的标记帮助程序的值。 |
属性
Attributes |
HTML 元素必须匹配的属性选择器的逗号分隔 String ,才能 ITagHelper 运行。
|
ParentTag |
直接父级所需的 HTML 元素名称。 值 |
Tag |
目标的 HTML 标记 ITagHelper 。 值 |
TagStructure |
预期的标记结构。 默认为 Unspecified。 |