Compartir a través de


ViewComponentContext.ViewComponentDescriptor Propiedad

Definición

Obtiene o establece el ViewComponentDescriptor objeto para el componente de vista que se está invocando.

public:
 property Microsoft::AspNetCore::Mvc::ViewComponents::ViewComponentDescriptor ^ ViewComponentDescriptor { Microsoft::AspNetCore::Mvc::ViewComponents::ViewComponentDescriptor ^ get(); void set(Microsoft::AspNetCore::Mvc::ViewComponents::ViewComponentDescriptor ^ value); };
public Microsoft.AspNetCore.Mvc.ViewComponents.ViewComponentDescriptor ViewComponentDescriptor { get; set; }
member this.ViewComponentDescriptor : Microsoft.AspNetCore.Mvc.ViewComponents.ViewComponentDescriptor with get, set
Public Property ViewComponentDescriptor As ViewComponentDescriptor

Valor de propiedad

Comentarios

El establecedor de propiedad solo se proporciona con fines de prueba unitaria.

Se aplica a