ViewComponent.ViewEngine 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 ICompositeViewEngine.
public:
property Microsoft::AspNetCore::Mvc::ViewEngines::ICompositeViewEngine ^ ViewEngine { Microsoft::AspNetCore::Mvc::ViewEngines::ICompositeViewEngine ^ get(); void set(Microsoft::AspNetCore::Mvc::ViewEngines::ICompositeViewEngine ^ value); };
public Microsoft.AspNetCore.Mvc.ViewEngines.ICompositeViewEngine ViewEngine { get; set; }
member this.ViewEngine : Microsoft.AspNetCore.Mvc.ViewEngines.ICompositeViewEngine with get, set
Public Property ViewEngine As ICompositeViewEngine