Kentico.Web.Mvc.Internal Namespace |
Class | Description | |
---|---|---|
BaseRouteConstraint |
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.
| |
CaseInsensitiveResourceManagerStringLocalizerFactory |
Localizer factory which uses case-insensitive ResourceManager to create string localizers.
| |
ControllerProxy |
Provides methods that respond to HTTP requests that are made to a Kentico ASP.NET MVC Web site.
| |
FromBodyAttribute |
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. | |
FromRouteAttribute |
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. | |
HttpContextExtensions |
Extension methods for storing culture for current thread.
| |
ResponseFilter |
Ensures that filter routines are executed on response stream data
| |
SiteCultureConstraint |
Route constraint restricting the culture parameter to cultures allowed by the site.
| |
SystemPrincipal |
Provides a principal for authenticated requests.
|