MY TESTED ASP.NET CORE MVC DOCS
Show / Hide Table of Contents

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 Source

Http

"http" scheme.

Declaration
public const string Http = "http"
Field Value
Type Description
System.String
| Improve this Doc View Source

Https

"https" scheme.

Declaration
public const string Https = "https"
Field Value
Type Description
System.String
  • Improve this Doc
  • View Source
Back to top Copyright © 2015-2016 MyTestedASP.NET. All Rights Reserved. Generated by DocFX