Show / Hide Table of Contents

Class SwaggerConfig

Defines Swagger configuration for the current environment.

Inheritance
System.Object
SwaggerConfig
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Celerik.NetCore.Web
Assembly: cs.temp.dll.dll
Syntax
public class SwaggerConfig

Properties

ApiName

Swagger Api name.

Declaration
public string ApiName { get; set; }
Property Value
Type Description
System.String

ApiVersion

Swagger Api version.

Declaration
public string ApiVersion { get; set; }
Property Value
Type Description
System.String

IsEnabled

Indicates whether Swagger is enabled.

Declaration
public bool IsEnabled { get; set; }
Property Value
Type Description
System.Boolean

JsonEndpoint

Swagger Json endpoint.

Declaration
public string JsonEndpoint { get; set; }
Property Value
Type Description
System.String
In This Article
Back to top Generated by DocFX