MvcViewOptions.HtmlHelperOptions 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 programmatic configuration for the HTML helpers and 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