.Host
HasValue
True
Host
developer.azurewebsites.net
Port
null
ToString
developer.azurewebsites.net
ToUriComponent
developer.azurewebsites.net
Value
developer.azurewebsites.net
.PathBase
HasValue
False
ToString
empty
ToUriComponent
empty
Value
empty
.Path
HasValue
True
ToString
/aspnet-core-request-property-values
ToUriComponent
/aspnet-core-request-property-values
Value
/aspnet-core-request-property-values
.Query
foreach (var key in Request.Query.Keys) {
string value = Request.Query[key]; // string value; if multiple then values are comma-separated
var valueArray = Request.Query[key].ToArray();
foreach (var s in valueArray) {
string item = s; // string value
}
}
.QueryString
HasValue
False
ToString
empty
ToUriComponent
empty
Value
empty
properties
ContentLength
null
ContentType
null
HasFormContentType
False
IsHttps
True
Method
GET
Protocol
HTTP/1.1
Scheme
https
methods
GetHashCode
33091269
ToString
Microsoft.AspNetCore.Http.DefaultHttpRequest
extensionmethods
GetDisplayUrl
https://developer.azurewebsites.net/aspnet-core-request-property-values
GetEncodedUrl
https://developer.azurewebsites.net/aspnet-core-request-property-values
GetEncodedPathAndQuery
/aspnet-core-request-property-values
.RouteValues
controller
AspnetRequestProperties
action
Index
suffix
null
Incorrect Content-Type:
.Cookies
Accept
*/*
Accept-Encoding
gzip, br, zstd, deflate
Host
developer.azurewebsites.net
Max-Forwards
10
User-Agent
Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
X-ARR-LOG-ID
fd9dd4ba-88f0-4a32-bf6e-6066ff5b1e23
CLIENT-IP
18.190.219.178:58444
DISGUISED-HOST
developer.azurewebsites.net
X-SITE-DEPLOYMENT-ID
developer
WAS-DEFAULT-HOSTNAME
developer.azurewebsites.net
X-Forwarded-Proto
https
X-AppService-Proto
https
X-ARR-SSL
2048|256|CN=Microsoft Azure RSA TLS Issuing CA 07, O=Microsoft Corporation, C=US|CN=*.azurewebsites.net, O=Microsoft Corporation, L=Redmond, S=WA, C=US
X-Forwarded-TlsVersion
1.3
X-Forwarded-For
18.190.219.178:58444
X-Original-URL
/aspnet-core-request-property-values
X-WAWS-Unencoded-URL
/aspnet-core-request-property-values
Executed on ASP.NET Core 6 on Windows