3
Answers

Redirect to a page from Web API in APIController

gopal kannan

gopal kannan

10y
1.4k
1
Hi..
 
I have developed the REST API using web API. Now i need to redirect to a page from httpppost method from api controller. What is the feasible solution to achieve this.
 
Need ur suggestions with examples..
 
Regards,
Gopal
Answers (3)
1
Amit Singh

Amit Singh

NA 3.7k 46.6k 9y
1.First Create on Website
 
2.Add one Master Page
 
3.Add One WebForm and add with Master Page
 
4.Create one Css page
 
https://www.asp.net/web-forms/overview/older-versions-getting-started/master-pages/creating-a-site-wide-layout-using-master-pages-cs
 
http://www.aspdotnet-suresh.com/2014/07/master-page-with-menu-control-in-aspnet-example.html 
 
 
0
Raja

Raja

NA 1.7k 45.3k 9y
Give some extensive explain sir.
0
Amit Singh

Amit Singh

NA 3.7k 46.6k 9y
Add external  CSS  to Master page
 
<link href="MyStyle.css" rel="stylesheet" type="text/css"> in head tag.
 
 
<asp:Textbox id="Textbox1" runat="server" CssClass="your class/id name">