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 元素。

適用於