ViewComponent.ViewEngine Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the 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