Horje
c-sharp - get current page url/path/host Code Example
c-sharp - get current page url/path/host
string url = HttpContext.Current.Request.Url.AbsoluteUri;
// http://localhost:1302/TESTERS/Default6.aspx

string path = HttpContext.Current.Request.Url.AbsolutePath;
// /TESTERS/Default6.aspx

string host = HttpContext.Current.Request.Url.Host;
// localhost




Csharp

Related
how to make build events always run visual studio Code Example how to make build events always run visual studio Code Example
death transition unity 2d Code Example death transition unity 2d Code Example
C# read GroupComponent using regex Code Example C# read GroupComponent using regex Code Example
c# get or create firewall inbound rule ports Code Example c# get or create firewall inbound rule ports Code Example
pubxml environment variables Code Example pubxml environment variables Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
9