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
System_CAPS_pubclass AcceptAttribute

Represents an attribute that accepts the validation of value.

System_CAPS_pubclass ActionLinkAreaAttribute

Represents an attribute that is used to determine the area of an action.

System_CAPS_pubclass AjaxOnlyAttribute

Adds Ajax only for the attributes of MVC application.

System_CAPS_pubclass AreaHelpers

Represents the area helpers.

System_CAPS_pubclass AsyncManagerExtensions

Provides extensions for AsyncManager class.

System_CAPS_pubclass ButtonBuilder

Represents a button builder.

System_CAPS_pubclass ButtonsAndLinkExtensions

Represents a buttons and link extensions.

System_CAPS_pubclass CachedExpressionCompiler

Represents a cached expression compiler.

System_CAPS_pubclass ContentTypeAttribute

Represents a content type attribute.

System_CAPS_pubclass ControllerExtensions

Provides extension methods that respond to HTTP requests that are made to an ASP.NET MVC website.

System_CAPS_pubclass CookieValueProviderFactory

Retrieves the user’s cookies and leverages the NameValueCollectionValueProvider to expose those values to the model binding framework.

System_CAPS_pubclass CopyAsyncParametersAttribute

Represents the attribute that copies asynchronous parameters.

System_CAPS_pubclass CreditCardAttribute

Represents the credit card attributes for the ASP.NET.MVC.

System_CAPS_pubclass CssExtensions

Represents the CSS extensions.

System_CAPS_pubclass DeserializeAttribute

Specifies the method to deserialize the object.

System_CAPS_pubclass DynamicViewPage

Represents a dynamic view page.

System_CAPS_pubclass DynamicViewPage<TModel>

Represents a dynamic view page.

System_CAPS_pubclass EmailAddressAttribute

Represents an attribute value of the email address.

System_CAPS_pubclass FileExtensionsAttribute

Represents the attribute of file extensions.

System_CAPS_pubclass FormExtensions

Represents the support for HTML in an application.

System_CAPS_pubclass ImageExtensions

Represents the image extensions for the ASP.NET.MVC.

System_CAPS_pubclass LinkBuilder

Represents a link builder.

System_CAPS_pubclass LinkExtensions

Represents the link extensions.

System_CAPS_pubclass MailToExtensions

Provides mailing extensions for the ASP.NET.MVC.

System_CAPS_pubclass ModelCopier

Provides the object in copying values between view model objects and domain model objects.

System_CAPS_pubclass MvcSerializer

Represents the MVC serializer.

System_CAPS_pubclass RadioListExtensions

Provides extensions for radio button list.

System_CAPS_pubclass ScriptExtensions

Represents the script extensions.

System_CAPS_pubclass SerializationExtensions

Represents the serialization extensions for the ASP.NET.MVC.

System_CAPS_pubclass ServerVariablesValueProviderFactory

Represents factory for server variables value provider.

System_CAPS_pubclass SessionValueProviderFactory

Provides session for the current object.

System_CAPS_pubclass SkipBindingAttribute

Represents an attribute of skip binding.

System_CAPS_pubclass TempDataValueProviderFactory

Provides the value factory for temporary data.

System_CAPS_pubclass UrlAttribute

Represents a MVC Url attribute.

System_CAPS_pubclass ViewExtensions

Represents support for MVC view.

Enumerations

Enumeration Description
System_CAPS_pubenum HtmlButtonType

Enumerates the html button type for the ASP.NET.MVC.

Return to top