Blankman
Blankman

Reputation: 267200

how to get the url without querystring values in asp.net?

how to get the url without querystring values in asp.net?

Upvotes: 20

Views: 13128

Answers (1)

matt-dot-net
matt-dot-net

Reputation: 4244

Request.Url.GetLeftPart(UriPartial.Path)

Upvotes: 52

Related Questions