System.Web.Mvc Namespace

The System.Web.Mvc namespace contains classes that are used to create HTML elements.

The types in this namespace are in the System.Web.WebPages assembly and are identical to the equivalent types in the System.Web.Mvc assembly.

Classes

  Class Description
Public class HttpAntiForgeryException This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public class ModelClientValidationEqualToRule This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public class ModelClientValidationMaxLengthRule
Public class ModelClientValidationMinLengthRule
Public class ModelClientValidationRangeRule This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public class ModelClientValidationRegexRule This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public class ModelClientValidationRemoteRule Represents the remote rule for the validation of the model client.
Public class ModelClientValidationRequiredRule Represents the required rule for the validation of the model client.
Public class ModelClientValidationRule This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public class ModelClientValidationStringLengthRule This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Represents a length of the validation rule of the model client.
Public class TagBuilder Contains classes and properties that are used to create HTML elements. This class is used to write helpers, such as those found in the System.Web.Helpers namespace.
Public class UnobtrusiveValidationAttributesGenerator This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Enumerations

  Enumeration Description
Public enumeration TagRenderMode Enumerates the modes that are available for rendering HTML tags.