Поделиться через


TagHelperDescriptor.AllowedChildren Свойство

Определение

Получение имен элементов, разрешенных в качестве дочерних элементов.

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)

Значение свойства

Комментарии

null указывает, что разрешены все дочерние элементы.

Применяется к