Struct EndpointNameGenerationContext
Assembly: FastEndpoints.dll
Syntax
public struct EndpointNameGenerationContext
Constructors
EndpointNameGenerationContext(Type, string?, int?, string?)
Declaration
public EndpointNameGenerationContext(Type endpointType, string? httpVerb, int? routeNumber, string? tagPrefix)
Parameters
Properties
EndpointType
Declaration
public readonly Type EndpointType { get; }
Property Value
HttpVerb
Declaration
public readonly string? HttpVerb { get; }
Property Value
PrefixNameWithFirstTag
Declaration
public bool PrefixNameWithFirstTag { get; }
Property Value
RouteNumber
Declaration
public readonly int? RouteNumber { get; }
Property Value
ShortEndpointNames
Declaration
public bool ShortEndpointNames { get; }
Property Value
TagPrefix
Declaration
public readonly string? TagPrefix { get; }
Property Value