Share via


TagHelperDescriptor.RequiredParent Property

Definition

Get the name of the HTML element required as the immediate parent.

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

Property Value

Remarks

null indicates no restriction on parent tag.

Applies to