4 lines
167 B
Plaintext
4 lines
167 B
Plaintext
|
@{
|
||
|
Layout = Request.Browser.IsMobileDevice ? "~/Views/Shared/_LayoutMobile.cshtml"
|
||
|
: "~/Views/Shared/_Layout.cshtml";
|
||
|
}
|