Share via


TagHelperDescriptor.FullTagName Property

Definition

The full tag name that is required for the tag helper to target an HTML element.

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

Property Value

Remarks

This is equivalent to Prefix and TagName concatenated.

Applies to