In my web application I am validatingthe url from glabal.asax . I want to validate the url and need to redirect to an action if needed. I am using Application_BeginRequest to catch the reques开发者_如
I have the link below on a razor page: @Html.ActionLink(\"Create New Profile\", \"Create\", \"开发者_如何学编程Profile\", new { @class=\"toplink\" })