Class GlobalConfig
gives access to the fastendpoints global configuration settings
Inherited Members
Namespace: FastEndpoints.Swagger
Assembly: FastEndpoints.Swagger.dll
Syntax
public static class GlobalConfig
Properties
EndpointRoutePrefix
prefix for all routes (example 'api').
Declaration
public static string? EndpointRoutePrefix { get; }
Property Value
Type | Description |
---|---|
string |
VersioningPrefix
the prefix used in front of the version (for example 'v' produces 'v{version}').
Declaration
public static string? VersioningPrefix { get; }
Property Value
Type | Description |
---|---|
string |