|
| Class | Description |
|---|
.gif) | AcceptVerbsAttribute | Represents an attribute that specifies which HTTP verbs an action method will respond to. |
.gif) | ActionDescriptor | Provides information about an action method, such as its name, controller, parameters, attributes, and filters. |
.gif) | ActionExecutedContext | Provides the context for the ActionExecuted method of the ActionFilterAttribute class. |
.gif) | ActionExecutingContext | Provides the context for the ActionExecuting method of the ActionFilterAttribute class. |
.gif) | ActionFilterAttribute | Represents the base class for all action-filter attributes. |
.gif) | ActionMethodSelectorAttribute | Represents an attribute that is used to influence the selection of an action method. |
.gif) | ActionNameAttribute | Represents an attribute that is used for the name of an action. |
.gif) | ActionNameSelectorAttribute | Represents an attribute that affects the selection of an action method. |
.gif) | ActionResult | Encapsulates the result of an action method and is used to perform a framework-level operation on behalf of the action method. |
.gif) | AjaxHelper | Represents support for rendering HTML in AJAX scenarios within a view. |
.gif) | AjaxHelper<(Of <(TModel>)>) | Represents support for rendering HTML in AJAX scenarios within a strongly typed view. |
.gif) | AjaxRequestExtensions | Represents a class that extends the HttpRequestBase class by adding the ability to determine whether an HTTP request is an AJAX request. |
.gif) | AreaRegistration | Provides a way to register one or more areas in an ASP.NET MVC application. |
.gif) | AreaRegistrationContext | Encapsulates the information that is required in order to register an area within an ASP.NET MVC application. |
.gif) | AssociatedMetadataProvider | Provides an abstract class to implement a metadata provider. |
.gif) | AssociatedValidatorProvider | Provides an abstract class for classes that implement a validation provider. |
.gif) | AsyncController | Provides the base class for asynchronous controllers. |
.gif) | AsyncTimeoutAttribute | Represents an attribute that is used to set the timeout value, in milliseconds, for an asynchronous method. |
.gif) | AuthorizationContext | Encapsulates the information that is required for using an AuthorizeAttribute attribute. |
.gif) | AuthorizeAttribute | Represents an attribute that is used to restrict access by callers to an action method. |
.gif) | BindAttribute | Represents an attribute that is used to provide details about how model binding to a parameter should occur. |
.gif) | ByteArrayModelBinder | Maps a browser request to a byte array. |
.gif) | ChildActionOnlyAttribute | Represents an attribute that is used to indicate that an action method should be called only as a child action. |
.gif) | ClientDataTypeModelValidatorProvider | Returns the client data-type model validators. |
.gif) | ContentResult | Represents a user-defined content type that is the result of an action method. |
.gif) | Controller | Provides methods that respond to HTTP requests that are made to an ASP.NET MVC Web site. |
.gif) | ControllerActionInvoker | Represents a class that is responsible for invoking the action methods of a controller. |
.gif) | ControllerBase | Represents the base class for all MVC controllers. |
.gif) | ControllerBuilder | Represents a class that is responsible for dynamically building a controller. |
.gif) | ControllerContext | Encapsulates information about an HTTP request that matches specified RouteBase and ControllerBase instances. |
.gif) | ControllerDescriptor | Encapsulates information that describes a controller, such as its name, type, and actions. |
.gif) | CustomModelBinderAttribute | Represents an attribute that invokes a custom model binder. |
.gif) | DataAnnotationsModelMetadata | Provides a container for common metadata, for the DataAnnotationsModelMetadataProvider class, and for the DataAnnotationsModelValidator class for a data model. |
.gif) | DataAnnotationsModelMetadataProvider | Implements the default model metadata provider for ASP.NET MVC. |
.gif) | DataAnnotationsModelValidator | Provides a model validator. |
.gif) | DataAnnotationsModelValidator<(Of <(TAttribute>)>) | Provides a model validator for a specified validation type. |
.gif) | DataAnnotationsModelValidatorProvider | Implements the default validation provider for MVC. |
.gif) | DataErrorInfoModelValidatorProvider | Provides a container for the error-information model validator. |
.gif) | DefaultControllerFactory | Represents the controller factory that is registered by default. |
.gif) | DefaultModelBinder | Maps a browser request to a data object. This class provides a concrete implementation of a model binder. |
.gif) | DefaultViewLocationCache | Represents a memory cache for view locations. |
.gif) | DictionaryValueProvider<(Of <(TValue>)>) | Represents the base class for value providers whose values come from a collection that implements the IDictionary<(Of <(TKey, TValue>)>) interface. |
.gif) | EmptyModelMetadataProvider | Provides an empty metadata provider for data models that do not require metadata. |
.gif) | EmptyModelValidatorProvider | Provides an empty validation provider for models that do not require a validator. |
.gif) | EmptyResult | Represents a result that does nothing, such as a controller action method that returns nothing. |
.gif) | ExceptionContext | Provides the context for using the HandleErrorAttribute class. |
.gif) | ExpressionHelper | Provides a helper class to get the model name from an expression. |
.gif) | FieldValidationMetadata | Provides a container for client-side field validation metadata. |
.gif) | FileContentResult | Sends the contents of a binary file to the response. |
.gif) | FilePathResult | Sends the contents of a file to the response. |
.gif) | FileResult | Represents a base class that is used to send binary file content to the response. |
.gif) | FileStreamResult | Sends binary content to the response by using a Stream instance. |
.gif) | FilterAttribute | Represents the base class for action-filter attributes. |
.gif) | FilterInfo | Encapsulates information about the available action filters. |
.gif) | FormCollection | Contains the form value providers for the application. |
.gif) | FormContext | Encapsulates information that is required in order to validate and process the input data from an HTML form. |
.gif) | FormValueProvider | Represents a value provider for form values that are contained in a NameValueCollection object. |
.gif) | FormValueProviderFactory | Represents a class that is responsible for creating a new instance of a form-value provider object. |
.gif) | HandleErrorAttribute | Represents an attribute that is used to handle an exception that is thrown by an action method. |
.gif) | HandleErrorInfo | Encapsulates information for handling an error that was thrown by an action method. |
.gif) | HiddenInputAttribute | Represents an attribute that is used to indicate whether a property or field value should be rendered as a hidden input element. |
.gif) | HtmlHelper | Represents support for rendering HTML controls in a view. |
.gif) | HtmlHelper<(Of <(TModel>)>) | Represents support for rendering HTML controls in a strongly typed view. |
.gif) | HttpAntiForgeryException | Represents an HTTP anti-forgery exception. |
.gif) | HttpDeleteAttribute | Represents an attribute that is used to restrict an action method so that the method handles only HTTP DELETE requests. |
.gif) | HttpFileCollectionValueProvider | Represents a value provider to use with values that come from a collection of HTTP files. |
.gif) | HttpFileCollectionValueProviderFactory | Represents a class that is responsible for creating a new instance of an HTTP file collection value provider object. |
.gif) | HttpGetAttribute | Represents an attribute that is used to restrict an action method so that the method handles only HTTP GET requests. |
.gif) | HttpPostAttribute | Represents an attribute that is used to restrict an action method so that the method handles only HTTP POST requests. |
.gif) | HttpPostedFileBaseModelBinder | Binds a model to a posted file. |
.gif) | HttpPutAttribute | Represents an attribute that is used to restrict an action method so that the method handles only HTTP PUT requests. |
.gif) | HttpRequestExtensions | Extends the HttpRequestBase class that contains the HTTP values that were sent by a client during a Web request. |
.gif) | HttpUnauthorizedResult | Represents the result of an unauthorized HTTP request. |
.gif) | JavaScriptResult | Sends JavaScript content to the response. |
.gif) | JsonResult | Represents a class that is used to send JSON-formatted content to the response. |
.gif) | LinqBinaryModelBinder | Maps a browser request to a LINQ Binary object. |
.gif) | ModelBinderAttribute | Represents an attribute that is used to associate a model type to a model-builder type. |
.gif) | ModelBinderDictionary | Represents a class that contains all model binders for the application, listed by binder type. |
.gif) | ModelBinders | Provides global access to the model binders for the application. |
.gif) | ModelBindingContext | Provides the context in which a model binder functions. |
.gif) | ModelClientValidationRangeRule | Provides a container for a range-validation rule that is sent to the browser. |
.gif) | ModelClientValidationRegexRule | Provides a container for a regular-expression client validation rule that is sent to the browser. |
.gif) | ModelClientValidationRequiredRule | Provides a container for client validation for required field. |
.gif) | ModelClientValidationRule | Provides a base class container for a client validation rule that is sent to the browser. |
.gif) | ModelClientValidationStringLengthRule | Provides a container for a string-length validation rule that is sent to the browser. |
.gif) | ModelError | Represents an error that occurs during model binding. |
.gif) | ModelErrorCollection | A collection of ModelError instances. |
.gif) | ModelMetadata | Provides a container for common metadata, for the ModelMetadataProvider class, and for the ModelValidator class for a data model. |
.gif) | ModelMetadataProvider | Provides an abstract base class for a custom metadata provider. |
.gif) | ModelMetadataProviders | Provides a container for the current ModelMetadataProvider instance. |
.gif) | ModelState | Encapsulates the state of model binding to a property of an action-method argument, or to the argument itself. |
.gif) | ModelStateDictionary | Represents the state of an attempt to bind a posted form to an action method, which includes validation information. |
.gif) | ModelValidationResult | Provides a container for a validation result. |
.gif) | ModelValidator | Provides a base class for implementing validation logic. |
.gif) | ModelValidatorProvider | Provides a list of validators for a model. |
.gif) | ModelValidatorProviderCollection | Provides a container for a list of validation providers. |
.gif) | ModelValidatorProviders | Provides a container for the current validation provider. |
.gif) | MultiSelectList | Represents a list of items that users can select more than one item from. |
.gif) | MvcHandler | Selects the controller that will handle an HTTP request. |
.gif) | MvcHtmlString | Represents an HTML-encoded string that should not be encoded again. |
.gif) | MvcHttpHandler | Verifies and processes an HTTP request. |
.gif) | MvcRouteHandler | Creates an object that implements the IHttpHandler interface and gives it the request context. |
.gif) | NameValueCollectionExtensions | Extends a NameValueCollection object so that the collection can be copied to a specified dictionary. |
.gif) | NameValueCollectionValueProvider | Represents the base class for value providers whose values come from a NameValueCollection object. |
.gif) | NoAsyncTimeoutAttribute | Provides a convenience wrapper for the AsyncTimeoutAttribute attribute. |
.gif) | NonActionAttribute | Represents an attribute that is used to indicate that a controller method is not an action method. |
.gif) | OutputCacheAttribute | Represents an attribute that is used to mark an action method whose output will be cached. |
.gif) | ParameterBindingInfo | Encapsulates information for binding action-method parameters to a data model. |
.gif) | ParameterDescriptor | Contains information that describes a parameter. |
.gif) | PartialViewResult | Represents a base class that is used to send a partial view to the response. |
.gif) | QueryStringValueProvider | Represents a value provider for query strings that are contained in a NameValueCollection object. |
.gif) | QueryStringValueProviderFactory | Represents a class that is responsible for creating a new instance of a query-string value-provider object. |
.gif) | RangeAttributeAdapter | Provides an adapter for the RangeAttribute attribute. |
.gif) | RedirectResult | Controls the processing of application actions by redirecting to a specified URI. |
.gif) | RedirectToRouteResult | Represents a result that performs a redirection by using the specified route values dictionary. |
.gif) | ReflectedActionDescriptor | Contains information that describes a reflected action method. |
.gif) | ReflectedControllerDescriptor | Contains information that describes a reflected controller. |
.gif) | ReflectedParameterDescriptor | Contains information that describes a reflected action-method parameter. |
.gif) | RegularExpressionAttributeAdapter | Provides an adapter for the RegularExpressionAttribute attribute. |
.gif) | RequiredAttributeAdapter | Provides an adapter for the RequiredAttributeAttribute attribute. |
.gif) | RequireHttpsAttribute | Represents an attribute that forces an unsecured HTTP request to be re-sent over HTTPS. |
.gif) | ResultExecutedContext | Provides the context for the OnResultExecuted method of the ActionFilterAttribute class. |
.gif) | ResultExecutingContext | Provides the context for the OnResultExecuting method of the ActionFilterAttribute class. |
.gif) | RouteCollectionExtensions | Extends a RouteCollection object for MVC routing. |
.gif) | RouteDataValueProvider | Represents a value provider for route data that is contained in an object that implements the IDictionary<(Of <(TKey, TValue>)>) interface. |
.gif) | RouteDataValueProviderFactory | Represents a factory for creating route-data value provider objects. |
.gif) | SelectList | Represents a list that lets users select one item. |
.gif) | SelectListItem | Represents the selected item in an instance of the SelectList class. |
.gif) | SessionStateTempDataProvider | Provides session-state data to the current TempDataDictionary object. |
.gif) | StringLengthAttributeAdapter | Provides an adapter for the StringLengthAttribute attribute. |
.gif) | TagBuilder | Represents a class that is used by HTML helpers to build HTML elements. |
.gif) | TempDataDictionary | Represents a set of data that persists only from one request to the next. |
.gif) | TemplateInfo | Encapsulates information about the current template context. |
.gif) | UrlHelper | Contains methods to build URLs for ASP.NET MVC within an application. |
.gif) | UrlParameter | Represents an optional parameter that is used by the MvcHandler class during routing. |
.gif) | ValidateAntiForgeryTokenAttribute | Represents an attribute that is used to detect whether a server request has been tampered with. |
.gif) | ValidateInputAttribute | Represents an attribute that is used to mark action methods whose input must be validated. |
.gif) | ValueProviderCollection | Represents the collection of value-provider objects for the application. |
.gif) | ValueProviderDictionary | Obsolete. Represents a dictionary of value providers for the application. |
.gif) | ValueProviderFactories | Represents a container for value-provider factory objects. |
.gif) | ValueProviderFactory | Represents a factory for creating value-provider objects. |
.gif) | ValueProviderFactoryCollection | Represents the collection of value-provider factories for the application. |
.gif) | 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. |
.gif) | ViewContext | Encapsulates information that is related to rendering a view. |
.gif) | ViewDataDictionary | Represents a container that is used to pass data between a controller and a view. |
.gif) | ViewDataDictionary<(Of <(TModel>)>) | Represents a container that is used to pass strongly typed data between a controller and a view. |
.gif) | ViewDataInfo | Encapsulates information about the current template content that is used to develop templates and about HTML helpers that interact with templates. |
.gif) | ViewEngineCollection | Represents a collection of view engines that are available to the application. |
.gif) | ViewEngineResult | Represents the result of locating a view engine. |
.gif) | ViewEngines | Represents a collection of view engines that are available to the application. |
.gif) | ViewMasterPage | Represents the information that is needed to build a master view page. |
.gif) | ViewMasterPage<(Of <(TModel>)>) | Represents the information that is required in order to build a strongly typed master view page. |
.gif) | ViewPage | Represents the properties and methods that are needed to render a view as a Web Forms page. |
.gif) | ViewPage<(Of <(TModel>)>) | Represents the information that is required in order to render a strongly typed view as a Web Forms page. |
.gif) | ViewResult | Represents a class that is used to render a view by using an IView instance that is returned by an IViewEngine object. |
.gif) | ViewResultBase | Represents a base class that is used to provide the model to the view and then render the view to the response. |
.gif) | ViewTemplateUserControl | Provides a container for TemplateInfo objects. |
.gif) | ViewTemplateUserControl<(Of <(TModel>)>) | Provides a container for TemplateInfo objects. |
.gif) | ViewType | Represents the type of a view. |
.gif) | ViewUserControl | Represents the information that is needed to build a user control. |
.gif) | ViewUserControl<(Of <(TModel>)>) | Represents the information that is required in order to build a strongly typed user control. |
.gif) | VirtualPathProviderViewEngine | Represents an abstract base-class implementation of the IViewEngine interface. |
.gif) | WebFormView | Represents the information that is needed to build a Web Forms page in MVC. |
.gif) | WebFormViewEngine | Represents a view engine that is used to render a Web Forms page to the response. |