Regarding Redirection of Views in Plugin

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
11 years ago
I am writing a plugin.I have three Views file named as Configure.cshtml,Create.cshtml and Edit.cshtml. In Configure.cshtml view, i list all data. In Create.cshtml view , i create/insert new data and in Edit.cshtml view, i Update the data.Now i want to redirect from Configure.cshtml view to Create.cshtml and Edit.cshtml, So how can i redirect ?


Thanks in Advance.
11 years ago
herin wrote:
I am writing a plugin.I have three Views file named as Configure.cshtml,Create.cshtml and Edit.cshtml. In Configure.cshtml view, i list all data. In Create.cshtml view , i create/insert new data and in Edit.cshtml view, i Update the data.Now i want to redirect from Configure.cshtml view to Create.cshtml and Edit.cshtml, So how can i redirect ?


Thanks in Advance.


Just do a @Html.ActionLink will do. :)
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.