TagHelperDescriptor.FullTagName 属性

定义

标记帮助程序面向 HTML 元素所需的完整标记名称。

public:
 property System::String ^ FullTagName { System::String ^ get(); };
public string FullTagName { get; }
member this.FullTagName : string
Public ReadOnly Property FullTagName As String

属性值

注解

这等效于 PrefixTagName 连接在一起。

适用于