Label<TValue>.ChildContent Propiedad

Definición

Obtiene o establece el contenido secundario que se va a representar dentro del elemento de etiqueta. Normalmente, contiene un componente de entrada que se asociará implícitamente a la etiqueta.

[Microsoft.AspNetCore.Components.Parameter]
public Microsoft.AspNetCore.Components.RenderFragment? ChildContent { get; set; }
[<Microsoft.AspNetCore.Components.Parameter>]
member this.ChildContent : Microsoft.AspNetCore.Components.RenderFragment with get, set
Public Property ChildContent As RenderFragment

Valor de propiedad

Atributos

Se aplica a