Class HttpScheme
Contains common HTTP schemes.
Inheritance
System.Object
HttpScheme
Namespace:MyTested.AspNetCore.Mvc
Assembly:MyTested.AspNetCore.Mvc.Abstractions.dll
Syntax
public class HttpScheme
Fields
| Improve this Doc View SourceHttp
"http" scheme.
Declaration
public const string Http = "http"
Field Value
Type | Description |
---|---|
System.String |
Https
"https" scheme.
Declaration
public const string Https = "https"
Field Value
Type | Description |
---|---|
System.String |