MvcViewOptions.HtmlHelperOptions Propiedad

Definición

Obtiene o establece la configuración mediante programación para los asistentes HTML y ViewContext.

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

Valor de propiedad

Se aplica a