C# Class System.Web.Mvc.LocalizedMvcRouteHandler

The LocalizedMvcRouteHandler class
Inheritance: MvcRouteHandler
Show file Open project: adaptabi/i18N-Complete

Protected Methods

Method Description
GetHttpHandler ( System.Web.Routing.RequestContext requestContext ) : IHttpHandler

Initializes the thread culture based on the current requested language

Method Details

GetHttpHandler() protected method

Initializes the thread culture based on the current requested language
protected GetHttpHandler ( System.Web.Routing.RequestContext requestContext ) : IHttpHandler
requestContext System.Web.Routing.RequestContext
return IHttpHandler