Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Member
32 Points
73 Posts
Mar 27, 2012 01:25 PM|LINK
This is the only thing I was able to come up with:
throw new HttpException(404, httpContext.Request.Url.AbsoluteUri + "was not found");
humble-appre...
Member
32 Points
73 Posts
Re: Detecting which Controller+Action has been requested to the server
Mar 27, 2012 01:25 PM|LINK
This is the only thing I was able to come up with:
throw new HttpException(404, httpContext.Request.Url.AbsoluteUri + "was not found");
humble-apprentice