Microsoft.AspNet.Mvc.Rendering Namespace¶
-
namespace
Microsoft.AspNet.Mvc.
Rendering
¶ Enumerations
enum
FormMethod
- enum
Html5DateRenderingMode
- Controls the value-rendering method For HTML5 input elements of types such as date, time, datetime and datetime-local.
enum
InputType
enum
TagRenderMode
Interfaces
interface
ICanHasViewContext
- interface
ICompositeViewEngine
- Represents an [Microsoft.AspNet.Mvc.Rendering.IViewEngine](Microsoft.AspNet.Mvc.Rendering.IViewEngine.yml) that delegates to one of a collection of view engines.
- interface
IHtmlGenerator
- Contract for a service supporting [Microsoft.AspNet.Mvc.Rendering.IHtmlHelper](Microsoft.AspNet.Mvc.Rendering.IHtmlHelper.yml) and <c>ITagHelper</c> implementations.
- interface
IHtmlHelper
- Base HTML helpers.
- interface
IHtmlHelper<TModel>
- An [Microsoft.AspNet.Mvc.Rendering.IHtmlHelper](Microsoft.AspNet.Mvc.Rendering.IHtmlHelper.yml) for Linq expressions.
- interface
IJsonHelper
- Base JSON helpers.
- interface
IView
- Specifies the contract for a view.
- interface
IViewEngine
- Defines the contract for a view engine.
Classes
class
CompositeViewEngine
class
DefaultDisplayTemplates
class
DefaultEditorTemplates
class
DefaultHtmlGenerator
class
DynamicViewData
- class
HtmlHelper
- Default implementation of [Microsoft.AspNet.Mvc.Rendering.IHtmlHelper](Microsoft.AspNet.Mvc.Rendering.IHtmlHelper.yml).
- class
HtmlHelperDisplayExtensions
- Display-related extensions for [Microsoft.AspNet.Mvc.Rendering.IHtmlHelper](Microsoft.AspNet.Mvc.Rendering.IHtmlHelper.yml) and [Microsoft.AspNet.Mvc.Rendering.IHtmlHelper`1](Microsoft.AspNet.Mvc.Rendering.IHtmlHelper`1.yml).
- class
HtmlHelperDisplayNameExtensions
- DisplayName-related extensions for [Microsoft.AspNet.Mvc.Rendering.IHtmlHelper](Microsoft.AspNet.Mvc.Rendering.IHtmlHelper.yml) and [Microsoft.AspNet.Mvc.Rendering.IHtmlHelper`1](Microsoft.AspNet.Mvc.Rendering.IHtmlHelper`1.yml).
- class
HtmlHelperEditorExtensions
- Editor-related extensions for [Microsoft.AspNet.Mvc.Rendering.IHtmlHelper](Microsoft.AspNet.Mvc.Rendering.IHtmlHelper.yml) and [Microsoft.AspNet.Mvc.Rendering.IHtmlHelper`1](Microsoft.AspNet.Mvc.Rendering.IHtmlHelper`1.yml).
- class
HtmlHelperFormExtensions
- DisplayName-related extensions for [Microsoft.AspNet.Mvc.Rendering.IHtmlHelper](Microsoft.AspNet.Mvc.Rendering.IHtmlHelper.yml).
- class
HtmlHelperInputExtensions
- Input-related extensions for [Microsoft.AspNet.Mvc.Rendering.IHtmlHelper](Microsoft.AspNet.Mvc.Rendering.IHtmlHelper.yml) and [Microsoft.AspNet.Mvc.Rendering.IHtmlHelper`1](Microsoft.AspNet.Mvc.Rendering.IHtmlHelper`1.yml).
- class
HtmlHelperLabelExtensions
- Label-related extensions for [Microsoft.AspNet.Mvc.Rendering.IHtmlHelper](Microsoft.AspNet.Mvc.Rendering.IHtmlHelper.yml) and [Microsoft.AspNet.Mvc.Rendering.IHtmlHelper`1](Microsoft.AspNet.Mvc.Rendering.IHtmlHelper`1.yml).
- class
HtmlHelperLinkExtensions
- Link-related extensions for [Microsoft.AspNet.Mvc.Rendering.IHtmlHelper](Microsoft.AspNet.Mvc.Rendering.IHtmlHelper.yml).
- class
HtmlHelperNameExtensions
- Name-related extensions for [Microsoft.AspNet.Mvc.Rendering.IHtmlHelper](Microsoft.AspNet.Mvc.Rendering.IHtmlHelper.yml).
- class
HtmlHelperOptions
- Provides programmatic configuration for the HTML helpers and [Microsoft.AspNet.Mvc.ViewContext](Microsoft.AspNet.Mvc.ViewContext.yml).
- class
HtmlHelperPartialExtensions
- PartialView-related extensions for [Microsoft.AspNet.Mvc.Rendering.IHtmlHelper](Microsoft.AspNet.Mvc.Rendering.IHtmlHelper.yml).
- class
HtmlHelperSelectExtensions
- Select-related extensions for [Microsoft.AspNet.Mvc.Rendering.IHtmlHelper](Microsoft.AspNet.Mvc.Rendering.IHtmlHelper.yml) and [Microsoft.AspNet.Mvc.Rendering.IHtmlHelper`1](Microsoft.AspNet.Mvc.Rendering.IHtmlHelper`1.yml).
- class
HtmlHelperValidationExtensions
- Validation-related extensions for [Microsoft.AspNet.Mvc.Rendering.IHtmlHelper](Microsoft.AspNet.Mvc.Rendering.IHtmlHelper.yml) and [Microsoft.AspNet.Mvc.Rendering.IHtmlHelper`1](Microsoft.AspNet.Mvc.Rendering.IHtmlHelper`1.yml).
- class
HtmlHelperValueExtensions
- Value-related extensions for [Microsoft.AspNet.Mvc.Rendering.IHtmlHelper](Microsoft.AspNet.Mvc.Rendering.IHtmlHelper.yml) and [Microsoft.AspNet.Mvc.Rendering.IHtmlHelper`1](Microsoft.AspNet.Mvc.Rendering.IHtmlHelper`1.yml).
class
HtmlHelper<TModel>
class
HtmlString
- class
JsonHelper
- Default implementation of [Microsoft.AspNet.Mvc.Rendering.IJsonHelper](Microsoft.AspNet.Mvc.Rendering.IJsonHelper.yml).
- class
ModelExpression
- Describes an [System.Linq.Expressions.Expression]() passed to a tag helper.
class
MultiSelectList
class
MvcForm
class
SelectList
- class
SelectListGroup
- Represents the optgroup HTML element and its attributes. In a select list, multiple groups with the same name are supported. They are compared with reference equality.
class
SelectListItem
- class
StringCollectionTextWriter
- A [System.IO.TextWriter]() that represents individual write operations as a sequence of strings.
class
TagBuilder
class
UnobtrusiveValidationAttributesGenerator
class
ViewEngineResult
- enum