CompositeViewEngine.ViewEngines 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 the list of IViewEngine this instance of ICompositeViewEngine delegates to.
public:
property System::Collections::Generic::IReadOnlyList<Microsoft::AspNetCore::Mvc::ViewEngines::IViewEngine ^> ^ ViewEngines { System::Collections::Generic::IReadOnlyList<Microsoft::AspNetCore::Mvc::ViewEngines::IViewEngine ^> ^ get(); };
public System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Mvc.ViewEngines.IViewEngine> ViewEngines { get; }
member this.ViewEngines : System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Mvc.ViewEngines.IViewEngine>
Public ReadOnly Property ViewEngines As IReadOnlyList(Of IViewEngine)