Share via


ViewResult.ViewEngine Proprietà

Definizione

Ottiene o imposta l'oggetto IViewEngine utilizzato per individuare le visualizzazioni.

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

Valore della proprietà

Commenti

Quando nullviene usata un'istanza di ICompositeViewEngine da ActionContext.HttpContext.RequestServices .

Si applica a