Share via


TagHelperDesignTimeDescriptor.OutputElementHint Property

Definition

The HTML element a tag helper may output.

public:
 property System::String ^ OutputElementHint { System::String ^ get(); void set(System::String ^ value); };
public string OutputElementHint { get; set; }
member this.OutputElementHint : string with get, set
Public Property OutputElementHint As String

Property Value

Remarks

In IDEs supporting IntelliSense, may override the HTML information provided at design time.

Applies to