AcceptVerbsAttribute |
Represents an attribute that specifies which HTTP verbs an action method will respond to. |
ActionDescriptor |
Provides information about an action method, such as its name, controller, parameters, attributes, and filters. |
ActionExecutedContext |
Provides the context for the ActionExecuted method of the ActionFilterAttribute class. |
ActionExecutingContext |
Provides the context for the ActionExecuting method of the ActionFilterAttribute class. |
ActionFilterAttribute |
Represents the base class for filter attributes. |
ActionMethodSelectorAttribute |
Represents an attribute that affects the selection of an action method. |
ActionNameAttribute |
Represents an attribute that is used for the name of an action. |
ActionNameSelectorAttribute |
Represents an attribute that influences the selection of an action method. |
ActionResult |
Encapsulates the result of an action method and is used to perform framework-level operations on behalf of the action method. |
AdditionalMetadataAttribute |
Provides a class that implements the IMetadataAware interface to support additional metadata. |
AjaxHelper |
Represents support for rendering HTML in AJAX scenarios within a view. |
AjaxHelper(TModel) |
Represents support for rendering HTML in AJAX scenarios within a strongly typed view. |
AjaxRequestExtensions |
Represents a class that extends the HttpRequestBase class by adding the ability to determine whether an HTTP request is an AJAX request. |
AllowHtmlAttribute |
Allows a request to include HTML markup during model binding by skipping the request validation for the property. (It is strongly recommended that applications explicitly check all models that disable request validation to prevent script attacks.) |
AreaRegistration |
Provides a way to register one or more areas in an ASP.NET MVC application. |
AreaRegistrationContext |
Encapsulates the information that is required to register an area within an ASP.NET MVC application. |
AssociatedMetadataProvider |
Provides an abstract class to implement a metadata provider. |
AssociatedValidatorProvider |
Provides an abstract class for classes that implement a validation provider. |
AsyncController |
Provides a base class for asynchronous controllers. |
AsyncTimeoutAttribute |
Represents an attribute that is used to set the timeout value, in milliseconds, for an asynchronous method. |
AuthorizationContext |
Encapsulates the information that is required for using the AuthorizeAttribute attribute. |
AuthorizeAttribute |
Represents an attribute that is used to restrict access by callers to an action method. |
BindAttribute |
Represents an attribute that is used to provide details about how model binding to a parameter should occur. |
BuildManagerCompiledView |
Represents the base class for views that are compiled by the BuildManager class before being rendered by a view engine. |
BuildManagerViewEngine |
Provides a base class for view engines. |
ByteArrayModelBinder |
Maps a browser request to a byte array. |
ChildActionOnlyAttribute |
Represents an attribute that is used to indicate that an action method should be called only as a child action. |
ChildActionValueProvider |
Represents a value provider for values from a child action. |
ChildActionValueProviderFactory |
Represents a factory for creating value provider objects for a child action. |
ClientDataTypeModelValidatorProvider |
Returns client data type model validators. |
CompareAttribute |
Provides an attribute that compares two properties of a model. |
ContentResult |
Represents a user-defined content type that is the result of an action method. |
Controller |
Provides methods that respond to HTTP requests that are made to an ASP.NET MVC website. |
ControllerActionInvoker |
Represents a class that is responsible for invoking the action methods of a controller. |
ControllerBase |
Represents the base class for all MVC controllers. |
ControllerBuilder |
Represents a class that is responsible for dynamically building a controller. |
ControllerContext |
Encapsulates information about an HTTP request that matches specified RouteBase and ControllerBase instances. |
ControllerDescriptor |
Encapsulates information that describes a controller, such as its name, type, and actions. |
ControllerInstanceFilterProvider |
Adds the controller to the FilterProviderCollection instance. |
CustomModelBinderAttribute |
Represents an attribute that invokes a custom model binder. |
DataAnnotationsModelMetadata |
Provides a container for common metadata, the DataAnnotationsModelMetadataProvider class, and the DataAnnotationsModelValidator class for a data model. |
DataAnnotationsModelMetadataProvider |
Implements the default model metadata provider for ASP.NET MVC. |
DataAnnotationsModelValidator |
Provides a model validator. |
DataAnnotationsModelValidator(TAttribute) |
Provides a model validator for the specified validation type. |
DataAnnotationsModelValidatorProvider |
Implements the default validation provider for ASP.NET MVC. |
DataErrorInfoModelValidatorProvider |
Provides a container for error information model validators. |
DefaultControllerFactory |
Represents the controller factory that is registered by default. |
DefaultModelBinder |
Maps a browser request to a data object. This class provides a concrete implementation of a model binder. |
DefaultViewLocationCache |
Represents an in-memory cache for view locations. |
DependencyResolver |
Provides a registration point for dependency resolvers that implement the IDependencyResolver or the Common Service Locator IServiceLocator interfaces. |
DependencyResolverExtensions |
Provides a type-safe implementation of GetService and GetServices. |
DictionaryValueProvider(TValue) |
Represents the base class for value providers whose values come from a collection that implements the IDictionary(TKey, TValue) interface. |
EmptyModelMetadataProvider |
Provides an empty metadata provider for data models that do not require metadata. |
EmptyModelValidatorProvider |
Provides an empty validator provider for models that do not require a validator. |
EmptyResult |
Represents a result that does nothing, such as a controller action method that returns nothing. |
ExceptionContext |
Provides the context for using the HandleErrorAttribute class. |
ExpressionHelper |
Provides a helper class to get the model name from an expression. |
FieldValidationMetadata |
Provides a container for client field validation metadata. |
FileContentResult |
Sends the contents of a binary file to the response. |
FilePathResult |
Sends the contents of a file to the response. |
FileResult |
Represents a base class for sending binary file content to the response. |
FileStreamResult |
Sends binary content to the response by using a Stream instance. |
Filter |
Represents a metadata class that contains a reference to the implementation of one or more filter interfaces, the filter's order, and the filter's scope. |
FilterAttribute |
Represents the base class for action and result filter attributes. |
FilterAttributeFilterProvider |
Defines the filter provider for filter attributes. |
FilterInfo |
Encapsulates information about the available action filters. |
FilterProviderCollection |
Represents the collection of filter providers for the application. |
FilterProviders |
Provides a registration point for filters. |
FormCollection |
Contains the form value provider for the application. |
FormContext |
Encapsulates the information that is required to validate and process the input data from an HTML form. |
FormValueProvider |
Represents a value provider for form values that are contained in a NameValueCollection object. |
FormValueProviderFactory |
Represents a class that is responsible for creating a new instance of a form value provider object. |
GlobalFilterCollection |
Represents a class that contains all the global filters. |
GlobalFilters |
Represents the collection of global filters. |
HandleErrorAttribute |
Represents an attribute that is used to handle an exception that is thrown by an action method. |
HandleErrorInfo |
Encapsulates information about an error that is handled by the HandleErrorAttribute class. |
HiddenInputAttribute |
Represents an attribute that is used to indicate whether the value of the property or the field value should be rendered as a hidden input element. |
HtmlHelper |
Represents support for rendering HTML controls in a view. |
HtmlHelper(TModel) |
Represents support for rendering HTML controls in a strongly typed view. |
HttpDeleteAttribute |
Represents an attribute that is used to restrict an action method so that the method handles only HTTP DELETE requests. |
HttpFileCollectionValueProvider |
Represents a value provider for values that come from an HTTP file collection. |
HttpFileCollectionValueProviderFactory |
Represents a class that is responsible for creating a new instance of an HTTP file collection value provider object. |
HttpGetAttribute |
Represents an attribute that is used to restrict an action method so that the method handles only HTTP GET requests. |
HttpNotFoundResult |
Defines an object that is used to indicate that the requested resource was not found. |
HttpPostAttribute |
Represents an attribute that is used to restrict an action method so that the method handles only HTTP POST requests. |
HttpPostedFileBaseModelBinder |
Binds a model to a posted file. |
HttpPutAttribute |
Represents an attribute that is used to restrict an action method so that the method handles only HTTP PUT requests. |
HttpRequestExtensions |
Extends the HttpRequestBase class, which contains the HTTP values that were sent by a client during a web request. |
HttpStatusCodeResult |
Provides a way to return an action result with a specific HTTP response status code and description. |
HttpUnauthorizedResult |
Represents the result of an unauthorized HTTP request. |
JavaScriptResult |
Sends JavaScript content to the response. |
JsonResult |
Represents a class that is used to send JSON-formatted content to the response. |
JsonValueProviderFactory |
Enables an action method to send and receive text that is formatted as JSON and to model-bind the JSON text to parameters of the action method. |
LinqBinaryModelBinder |
Maps a browser request to a LINQ Binary object. |
ModelBinderAttribute |
Represents an attribute that is used to associate a model type with a model-builder type. |
ModelBinderDictionary |
Represents a class that contains all model binders for the application, listed by binder type. |
ModelBinderProviderCollection |
Provides a container for model binder providers. |
ModelBinderProviders |
Provides a container for model binder providers. |
ModelBinders |
Provides global access to the model binders for the application. |
ModelBindingContext |
Provides the context in which a model binder runs. |
ModelClientValidationEqualToRule |
Provides a container for an equal validation rule that is sent to the browser. |
ModelClientValidationRangeRule |
Provides a container for a range validation rule that is sent to the browser. |
ModelClientValidationRegexRule |
Provides a container for a regular-expression client validation rule that is sent to the browser. |
ModelClientValidationRemoteRule |
Provides a container for a remote validation rule that is sent to the browser. |
ModelClientValidationRequiredRule |
Provides a container for client validation for required fields. |
ModelClientValidationRule |
Provides a base container for client validation rules that are sent to the browser. |
ModelClientValidationStringLengthRule |
Provides a container for a string-length validation rule that is sent to the browser. |
ModelError |
Represents an error that occurs during model binding. |
ModelErrorCollection |
A collection of ModelError instances. |
ModelMetadata |
Provides a container for common metadata, for the ModelMetadataProvider class, and for the ModelValidator class for a data model. |
ModelMetadataProvider |
Provides an abstract base class for a custom metadata provider. |
ModelMetadataProviders |
Provides a container for the current ModelMetadataProvider instance. |
ModelState |
Encapsulates the state of model binding to a property of an action-method argument, or to the argument itself. |
ModelStateDictionary |
Represents the state of an attempt to bind a posted form to an action method, which includes validation information. |
ModelValidationResult |
Provides a container for a validation result. |
ModelValidator |
Provides a base class for implementing validation logic. |
ModelValidatorProvider |
Provides a list of validators for a model. |
ModelValidatorProviderCollection |
Provides a container for a list of validation providers. |
ModelValidatorProviders |
Provides a container for the current validation provider. |
MultiSelectList |
Represents a list of items where multiple items can be selected. |
MvcFilter |
When implemented in a derived class, provides a metadata class that contains a reference to the implementation of one or more of the filter interfaces, the filter's order, and the filter's scope. |
MvcHandler |
Selects the controller that will handle an HTTP request. |
MvcHtmlString |
Represents an HTML-encoded string that should not be encoded again. |
MvcHttpHandler |
Verifies and processes an HTTP request. |
MvcRouteHandler |
Creates an object that implements the IHttpHandler interface and passes the request context to it. |
MvcWebRazorHostFactory |
Creates instances of MvcWebPageRazorHost files. |
NameValueCollectionExtensions |
Extends NameValueCollection objects so that the collection can be copied to a specified dictionary. |
NameValueCollectionValueProvider |
Represents the base class for value providers whose values come from a NameValueCollection object. |
NoAsyncTimeoutAttribute |
Provides a convenience wrapper for the AsyncTimeoutAttribute attribute. |
NonActionAttribute |
Represents an attribute that is used to indicate that a controller method is not an action method. |
OutputCacheAttribute |
Represents an attribute that is used to mark an action method whose output will be cached. |
ParameterBindingInfo |
Encapsulates information for binding action-method parameters to a data model. |
ParameterDescriptor |
Contains information that describes a parameter. |
PartialViewResult |
Represents a base class that is used to send a partial view to the response. |
PreApplicationStartCode |
Provides a registration point for ASP.NET Razor pre-application start code. |
QueryStringValueProvider |
Represents a value provider for query-string values that are contained in a NameValueCollection object. |
QueryStringValueProviderFactory |
Represents a class that is responsible for creating a new instance of a query-string value provider object. |
RangeAttributeAdapter |
Provides an adapter for the RangeAttribute attribute. |
RazorView |
Represents the class that is used to create a view that has Razor syntax. |
RazorViewEngine |
Represents a view engine that is used to render a web page that uses the ASP.NET Razor syntax. |
RedirectResult |
Controls the processing of application actions by redirecting to a specified URI. |
RedirectToRouteResult |
Represents a result that performs a redirection by using the specified route values dictionary. |
ReflectedActionDescriptor |
Contains information that describes a reflected action method. |
ReflectedControllerDescriptor |
Contains information that describes a reflected controller. |
ReflectedParameterDescriptor |
Contains information that describes a reflected action-method parameter. |
RegularExpressionAttributeAdapter |
Provides an adapter for the RegularExpressionAttribute attribute. |
RemoteAttribute |
Provides an attribute that uses the jQuery validation plugin remote validator. |
RequiredAttributeAdapter |
Provides an adapter for the RequiredAttribute attribute. |
RequireHttpsAttribute |
Represents an attribute that forces an unsecured HTTP request to be re-sent over HTTPS. |
ResultExecutedContext |
Provides the context for the OnResultExecuted method of the ActionFilterAttribute class. |
ResultExecutingContext |
Provides the context for the OnResultExecuting method of the ActionFilterAttribute class. |
RouteCollectionExtensions |
Extends the RouteCollection object for MVC routing. |
RouteDataValueProvider |
Represents a value provider for route data that is contained in an object that implements the IDictionary(TKey, TValue) interface. |
RouteDataValueProviderFactory |
Represents a factory for creating route-data value provider objects. |
SelectList |
Represents a list where a user can select one item. |
SelectListItem |
Represents the selected item in an instance of the SelectList class. |
SessionStateAttribute |
Specifies the session state of the controller. |
SessionStateTempDataProvider |
Provides session-state data for the current TempDataDictionary object. |
StringLengthAttributeAdapter |
Provides an adapter for the StringLengthAttribute attribute. |
TempDataDictionary |
Represents a set of data that persists only from one request to the next. |
TemplateInfo |
Encapsulates information about the current template context. |
UrlHelper |
Contains methods to build URLs for ASP.NET MVC within an application. |
UrlParameter |
Represents an optional parameter that is used by the MvcHandler class during routing. |
ValidatableObjectAdapter |
Provides an adapter for a validatable object. |
ValidateAntiForgeryTokenAttribute |
Represents an attribute that is used to prevent forgery of a request. |
ValidateInputAttribute |
Represents an attribute that is used to mark an action method whose input must be validated. |
ValueProviderCollection |
Represents the collection of value provider objects for the application. |
ValueProviderDictionary |
Obsolete. Represents a dictionary of value providers for the application. |
ValueProviderFactories |
Represents a container for value provider factory objects. |
ValueProviderFactory |
Represents a factory for creating value provider objects. |
ValueProviderFactoryCollection |
Represents the collection of value provider factories for the application. |
ValueProviderResult |
Represents the result of binding a value (such as from a form post or query string) to an action-method argument property, or to the argument itself. |
ViewContext |
Encapsulates information related to rendering a view. |
ViewDataDictionary |
Represents a container that is used to pass data between a controller and a view. |
ViewDataDictionary(TModel) |
Represents a container that is used to pass strongly typed data between a controller and a view. |
ViewDataInfo |
Encapsulates information about the current template content that is being developed and about HTML helpers that interact with the template. |
ViewEngineCollection |
Represents the collection of view engines available to the application. |
ViewEngineResult |
Represents the result of locating a view engine. |
ViewEngines |
Represents the collection of view engines available to the application. |
ViewMasterPage |
Represents the information needed to build a master view page. |
ViewMasterPage(TModel) |
Represents the information needed to build a strongly typed master view page. |
ViewPage |
Represents the properties and methods required to render a view as a Web Forms page. |
ViewPage(TModel) |
Represents the information needed to render a strongly typed view as a Web Forms page. |
ViewResult |
Represents a class used to render a view by using an IView instance returned by an IViewEngine object. |
ViewResultBase |
Represents a base class used to provide a model for the view and render the view to the response. |
ViewStartPage |
Provides an abstract class that can be used to implement a view start (master) page. |
ViewTemplateUserControl |
Provides a container for the TemplateInfo object. |
ViewTemplateUserControl(TModel) |
Provides a container for the TemplateInfo object. |
ViewType |
Represents the type of the view. |
ViewUserControl |
Represents the information needed to build a user control. |
ViewUserControl(TModel) |
Represents the information needed to build a strongly typed user control. |
VirtualPathProviderViewEngine |
Represents the abstract base class implementation of the IViewEngine interface. |
WebFormView |
Represents the information needed when building a Web Forms page in ASP.NET MVC. |
WebFormViewEngine |
Represents a view engine that renders a Web Forms page to the response. |
WebViewPage |
Represents the properties and methods required to render a view using ASP.NET Razor syntax. |
WebViewPage(TModel) |
Represents the properties and methods required to render a view using ASP.NET Razor syntax. |