TagHelperDescriptor.AllowedChildren Propiedad

Definición

Obtiene los nombres de los elementos permitidos como elementos secundarios.

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)

Valor de propiedad

IEnumerable<String>

Comentarios

null indica que se permiten todos los elementos secundarios.

Se aplica a