8 lines
174 B
C#
8 lines
174 B
C#
|
public class HomeController : Controller
|
||
|
{
|
||
|
[RedirectMobileDevicesToMobileArea] // Applies just to this action
|
||
|
public ActionResult Index()
|
||
|
{
|
||
|
// ...
|
||
|
}
|
||
|
}
|