G
G
grigoryi3252020-02-19 14:48:47
WordPress
grigoryi325, 2020-02-19 14:48:47

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

1 answer(s)
D
Dmitry Gormash, 2019-06-20
@testkeyc

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 question

Ask a Question

731 491 924 answers to any question