Share via


TagHelperPrefixDirectiveChunk.Prefix Property

Definition

Text used as a required prefix when matching HTML start and end tags in the Razor source to available tag helpers.

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

Property Value

Applies to