Nucleus .Net Core CMS

HtmlHelpers.RangeHtmlHelper Class

Namespace: Nucleus.ViewFeatures.HtmlHelpers
Assembly: Nucleus.ViewFeatures.dll
Html helper used to render a Range control.

Methods

RangeFor<TModel, Guid> (IHtmlHelper<TModel,TModel,Guid>,Double,Double,Double) Method

RangeFor<TModel, Guid> (IHtmlHelper<TModel, TModel, Guid> min, Double max, Double step, Double htmlAttributes)
Renders a Range control.
Type Parameters
TModel
Guid
Parameters
Name Type
htmlHelper Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper<TModel>
expression System.Linq.Expressions.Expression<TModel>
min <Guid>
max Double
step Double
htmlAttributes Double

RangeFor<TModel, Guid> (IHtmlHelper<TModel,TModel,Guid>,Double,Double) Method

RangeFor<TModel, Guid> (IHtmlHelper<TModel, TModel, Guid> min, Double max, Double step)
Renders a Range control.
Type Parameters
TModel
Guid
Parameters
Name Type
htmlHelper Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper<TModel>
expression System.Linq.Expressions.Expression<TModel>
min <Guid>
max Double
step Double