Compartir a través de


ViewComponentContext.ViewContext Propiedad

Definición

Obtiene o establece el ViewContext.

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

Valor de propiedad

Comentarios

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

Se aplica a