2010-06-03 10 views

Odpowiedz

14
protected override void OnActionExecuting(System.Web.Mvc.ActionExecutingContext filterContext) 
{ 
    var languagecode = filterContext.RouteData.Values["languagecode"]; 

    base.OnActionExecuting(filterContext); 
} 
Powiązane problemy