Click or drag to resize
HttpContextExtensions Class
Extension methods for storing culture for current thread.
Inheritance Hierarchy
SystemObject
  Kentico.Web.Mvc.InternalHttpContextExtensions

Namespace: Kentico.Web.Mvc.Internal
Assembly: Kentico.Web.Mvc (in Kentico.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
public static class HttpContextExtensions

The HttpContextExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberSetRequestCulture
Stores the cultureCode which should be used by the thread handling the request.
Top
See Also