ViewComponent.ViewComponentContext Propiedad
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Obtiene o establece el ViewComponentContext.
public:
property Microsoft::AspNetCore::Mvc::ViewComponents::ViewComponentContext ^ ViewComponentContext { Microsoft::AspNetCore::Mvc::ViewComponents::ViewComponentContext ^ get(); void set(Microsoft::AspNetCore::Mvc::ViewComponents::ViewComponentContext ^ value); };
[Microsoft.AspNetCore.Mvc.ViewComponents.ViewComponentContext]
public Microsoft.AspNetCore.Mvc.ViewComponents.ViewComponentContext ViewComponentContext { get; set; }
[<Microsoft.AspNetCore.Mvc.ViewComponents.ViewComponentContext>]
member this.ViewComponentContext : Microsoft.AspNetCore.Mvc.ViewComponents.ViewComponentContext with get, set
Public Property ViewComponentContext As ViewComponentContext
Valor de propiedad
- Atributos