Microsoft.Web.Mvc Namespace
The Microsoft.Web.Mvc namespace contains classes that support the ASP.NET.MVC framework for creating web applications.
Classes
Class | Description | |
---|---|---|
![]() |
AcceptAttribute | Represents an attribute that accepts the validation of value. |
![]() |
ActionLinkAreaAttribute | Represents an attribute that is used to determine the area of an action. |
![]() |
AjaxOnlyAttribute | Adds Ajax only for the attributes of MVC application. |
![]() |
AreaHelpers | Represents the area helpers. |
![]() |
AsyncManagerExtensions | Provides extensions for AsyncManager class. |
![]() |
ButtonBuilder | Represents a button builder. |
![]() |
ButtonsAndLinkExtensions | Represents a buttons and link extensions. |
![]() |
CachedExpressionCompiler | Represents a cached expression compiler. |
![]() |
ContentTypeAttribute | Represents a content type attribute. |
![]() |
ControllerExtensions | Provides extension methods that respond to HTTP requests that are made to an ASP.NET MVC website. |
![]() |
CookieValueProviderFactory | Retrieves the user’s cookies and leverages the NameValueCollectionValueProvider to expose those values to the model binding framework. |
![]() |
CopyAsyncParametersAttribute | Represents the attribute that copies asynchronous parameters. |
![]() |
CreditCardAttribute | Represents the credit card attributes for the ASP.NET.MVC. |
![]() |
CssExtensions | Represents the CSS extensions. |
![]() |
DeserializeAttribute | Specifies the method to deserialize the object. |
![]() |
DynamicViewPage | Represents a dynamic view page. |
![]() |
DynamicViewPage<TModel> | Represents a dynamic view page. |
![]() |
EmailAddressAttribute | Represents an attribute value of the email address. |
![]() |
FileExtensionsAttribute | Represents the attribute of file extensions. |
![]() |
FormExtensions | Represents the support for HTML in an application. |
![]() |
ImageExtensions | Represents the image extensions for the ASP.NET.MVC. |
![]() |
LinkBuilder | Represents a link builder. |
![]() |
LinkExtensions | Represents the link extensions. |
![]() |
MailToExtensions | Provides mailing extensions for the ASP.NET.MVC. |
![]() |
ModelCopier | Provides the object in copying values between view model objects and domain model objects. |
![]() |
MvcSerializer | Represents the MVC serializer. |
![]() |
RadioListExtensions | Provides extensions for radio button list. |
![]() |
ScriptExtensions | Represents the script extensions. |
![]() |
SerializationExtensions | Represents the serialization extensions for the ASP.NET.MVC. |
![]() |
ServerVariablesValueProviderFactory | Represents factory for server variables value provider. |
![]() |
SessionValueProviderFactory | Provides session for the current object. |
![]() |
SkipBindingAttribute | Represents an attribute of skip binding. |
![]() |
TempDataValueProviderFactory | Provides the value factory for temporary data. |
![]() |
UrlAttribute | Represents a MVC Url attribute. |
![]() |
ViewExtensions | Represents support for MVC view. |
Enumerations
Enumeration | Description | |
---|---|---|
![]() |
HtmlButtonType | Enumerates the html button type for the ASP.NET.MVC. |
Return to top