Disable layout in ASP.NET MVC? (4). At the beginning of view add this: @{ Layout = null; }. If you want style sheet to remain, you'll need to add reference ...
確定! 回上一頁