Is their a way to get the name of the Area in a controller (programmatically)?
Following doesn't seem to work:
String currentArea = ControllerContext.RouteData.DataTokens["area"].ToString();
Is their a way to get the name of the Area in a controller (programmatically)?
Following doesn't seem to work:
String currentArea = ControllerContext.RouteData.DataTokens["area"].ToString();