Click or drag to resize
Kentico.Web.Mvc.Internal Namespace
 
Classes
  ClassDescription
Public classBaseRouteConstraint
Base class for defining route constraints that must be implemented in order to check whether a URL parameter value is valid for a constraint. Class provides overridable method that is framework agnostic and servers to help avoid dealing with framework specific code when writing a custom route constraint.
Public classCaseInsensitiveResourceManagerStringLocalizerFactory
Localizer factory which uses case-insensitive ResourceManager to create string localizers.
Public classControllerProxy
Provides methods that respond to HTTP requests that are made to a Kentico ASP.NET MVC Web site.
Public classFromBodyAttribute
Specifies that a parameter or property should be bound using the request body.

This is empty attribute in .NET Full Framework implementation and needed only for lexical code identity with ASP.NET Core.

Public classFromRouteAttribute
Specifies that a parameter or property should be bound using route-data from the current request.

This is empty attribute in .NET Full Framework implementation and needed only for lexical code identity with ASP.NET Core.

Public classHttpContextExtensions
Extension methods for storing culture for current thread.
Public classResponseFilter
Ensures that filter routines are executed on response stream data
Public classSiteCultureConstraint
Route constraint restricting the culture parameter to cultures allowed by the site.
Public classSystemPrincipal
Provides a principal for authenticated requests.