Answer the question
In order to leave comments, you need to log in
Asp.net mvc How to remove master page?
The Index page uses the master page Layout = "~/Views/Shared/_Layout.cshtml";
By means of ajax, different partialviews are loaded for different actions.
How to redirect from these partial views to a full page that does not use the master page?
I do this: in the controller - return RedirectToAction("/User/SignIn");
On the SignIn page: @{Layout = null;} And anyway, the SignIn page is inserted into the master page.
Answer the question
In order to leave comments, you need to log in
What does "vp is using an older version of jq" mean?
If you mean that vp connects its Jqs, then they can be disabled using
Place this code in header.php before
And then only one jquery will work for you, which you connect via cdn
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question