| CMS.Base.Internal Namespace |
| Class | Description | |
|---|---|---|
| ApplicationHelper |
Contains methods that help with application management.
| |
| Benchmark |
Base benchmark class
| |
| BenchmarkTResult |
Provides support for benchmarking the code
| |
| BenchmarkResults |
Represents the results of the benchmark
| |
| MultiBenchmark |
Wrapper to run multiple benchmarks and compare the results
| |
| QueryCollectionExtensions |
Extensions methods over IQueryCollection.
This belongs to the internal namespace and is used for Kentico purposes. Avoid using members of internal namespace. | |
| RequestKenticoExtensions |
Extension methods upon the HttpRequestBase.
| |
| UploadedFileExtensions |
Provides methods to read content from IUploadedFile input stream.
| |
| WebPathMapperBase |
Base class for objects implementing IWebPathMapper interface.
|
| Interface | Description | |
|---|---|---|
| ICache |
Describes implementation that contain methods for setting cache-specific HTTP headers and for controlling the web page output cache.
| |
| IFormCollection |
Represents the collection of form values of the IRequest.
| |
| IHeaderDictionary | ||
| IHttpApplication |
Defines methods for request pipeline processing.
| |
| IHttpContext |
Encapsulates all HTTP-specific information about an individual HTTP request.
| |
| IHttpContextRetriever |
Encapsulates the access to IHttpContext instance.
| |
| IHttpCookie |
Defines implementation to create and manipulate individual HTTP cookies.
| |
| IHttpCookieCollection |
Defines implementation capable of handling collection of IHttpCookie objects.
| |
| IJwtTokenService |
Provides methods for issuing, validation and parsing 'JSON Web Token' (JWT).
| |
| IJwtTokenServiceFactory |
Represents a factory for IJwtTokenService.
| |
| IQueryCollection |
Represents the IRequest query string collection
| |
| IRequest |
Defines implementation capable of reading the HTTP values sent by a client during a Web request.
| |
| IRequestContext |
Defines implementation encapsulating information about an HTTP request that matches a defined route.
| |
| IRequestCookieCollection |
Represents the HttpRequest cookie collection
| |
| IResponse |
Defines implementation capable of preparing web response on the server.
| |
| IResponseCookieCollection |
Represents the HttpResponse cookie collection
| |
| IResponseCookies |
A wrapper for the response Set-Cookie header.
| |
| IRouteData |
Defines interface encapsulating information about a route.
| |
| ISession |
Defines implementation providing access to session-state values and session-level settings.
| |
| ISiteStaticFileService |
Provides methods for working with site static files.
| |
| IUploadedFilesCollection |
Defines a contract for a collection of files uploaded within a request.
| |
| IWebPathMapper |
Defines an interface for mapping paths from the root of the web application.
|
| Enumeration | Description | |
|---|---|---|
| HttpCacheability |
Provides enumerated values that are used to set the Cache-Control HTTP header.
| |
| HttpCacheRevalidation |
Provides enumerated values that are used to set revalidation-specific Cache-Control HTTP headers.
|