How to decode url in asp.net mvc


	HttpUtility.UrlDecode(encodedStr);

	

In .Net Core


	WebUtility.UrlDecode(encodedStr)

Comments

Popular posts from this blog

How to download file from the blob storage in CSharp

Asp.net core swagger not showing parameter description