ViewContext.View Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit le en cours de rendu, le IView cas échéant.
public:
property Microsoft::AspNetCore::Mvc::ViewEngines::IView ^ View { Microsoft::AspNetCore::Mvc::ViewEngines::IView ^ get(); void set(Microsoft::AspNetCore::Mvc::ViewEngines::IView ^ value); };
public Microsoft.AspNetCore.Mvc.ViewEngines.IView View { get; set; }
member this.View : Microsoft.AspNetCore.Mvc.ViewEngines.IView with get, set
Public Property View As IView