ViewExecutor.ViewOptions Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Ottiene l'oggetto MvcViewOptions.
protected:
property Microsoft::AspNetCore::Mvc::MvcViewOptions ^ ViewOptions { Microsoft::AspNetCore::Mvc::MvcViewOptions ^ get(); };
protected Microsoft.AspNetCore.Mvc.MvcViewOptions ViewOptions { get; }
protected Microsoft.AspNetCore.Mvc.MvcViewOptions? ViewOptions { get; }
member this.ViewOptions : Microsoft.AspNetCore.Mvc.MvcViewOptions
Protected ReadOnly Property ViewOptions As MvcViewOptions