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.

  ClassDescription
Public classHttpAntiForgeryExceptionThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public classModelClientValidationEqualToRuleThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public classModelClientValidationMaxLengthRule
Public classModelClientValidationMinLengthRule
Public classModelClientValidationRangeRuleThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public classModelClientValidationRegexRuleThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public classModelClientValidationRemoteRuleRepresents the remote rule for the validation of the model client.
Public classModelClientValidationRequiredRuleRepresents the required rule for the validation of the model client.
Public classModelClientValidationRuleThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public classModelClientValidationStringLengthRuleThis 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 classTagBuilderContains 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 classUnobtrusiveValidationAttributesGeneratorThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

  EnumerationDescription
Public enumerationTagRenderModeEnumerates the modes that are available for rendering HTML tags.
Show: