Request.RawUrl will get everything after the root url, what will give me just the filename?

Posted by Blankman on Stack Overflow See other posts from Stack Overflow or by Blankman
Published on 2010-03-26T18:55:20Z Indexed on 2010/03/26 19:13 UTC
Read the original article Hit count: 362

Filed under:
|

Is there a built in way of just getting the filename for the current request?

Request.RawUrl will give everything AFTER the domain (including querystring), is there anything to just give me the current filename being requested?

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about c#