Sdílet prostřednictvím


TagHelperDescriptor.AllowedChildren Vlastnost

Definice

Získejte názvy prvků povolených jako podřízené položky.

public:
 property System::Collections::Generic::IEnumerable<System::String ^> ^ AllowedChildren { System::Collections::Generic::IEnumerable<System::String ^> ^ get(); void set(System::Collections::Generic::IEnumerable<System::String ^> ^ value); };
public System.Collections.Generic.IEnumerable<string> AllowedChildren { get; set; }
member this.AllowedChildren : seq<string> with get, set
Public Property AllowedChildren As IEnumerable(Of String)

Hodnota vlastnosti

Poznámky

null označuje, že jsou povoleny všechny podřízené položky.

Platí pro