TagHelperDescriptor.AllowedChildren Vlastnost

Definice

Získá názvy elementů, které jsou povoleny jako podřízené.

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

IEnumerable<String>

Poznámky

hodnota null znamená, že všechny podřízené položky jsou povoleny.

Platí pro