OutputElementHintAttribute 类

定义

提供 的输出元素的提示 ITagHelper

public ref class OutputElementHintAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false, Inherited=false)]
public sealed class OutputElementHintAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false, Inherited=false)>]
type OutputElementHintAttribute = class
    inherit Attribute
Public NotInheritable Class OutputElementHintAttribute
Inherits Attribute
继承
OutputElementHintAttribute
属性

构造函数

OutputElementHintAttribute(String)

实例化 OutputElementHintAttribute 类的新实例。

属性

OutputElement

可能输出的 ITagHelper HTML 元素。

适用于