Home Tags NAT

Tag: NAT

- Advertisement -
Google search engine

APLICATIONS

Get request url in asp.net core api

0
using Microsoft.AspNetCore.Http.Extensions; var url = httpContext.Request.GetEncodedUrl(); or var url = httpContext.Request.GetDisplayUrl(); depending on the purposes. //get request url in asp.net core using Microsoft.AspNetCore.Http.Extensions; var url = httpContext.Request.GetEncodedUrl(); //or var url =...

HOT NEWS