OutputElementHintAttribute(String) 构造函数

定义

实例化 OutputElementHintAttribute 类的新实例。

public:
 OutputElementHintAttribute(System::String ^ outputElement);
public OutputElementHintAttribute (string outputElement);
new Microsoft.AspNetCore.Razor.TagHelpers.OutputElementHintAttribute : string -> Microsoft.AspNetCore.Razor.TagHelpers.OutputElementHintAttribute
Public Sub New (outputElement As String)

参数

outputElement
String

可能输出的 ITagHelper HTML 元素。

适用于