Search Results for

    Show / Hide Table of Contents

    Struct EndpointNameGenerationContext

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: FastEndpoints
    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
    Type Name Description
    Type endpointType
    string httpVerb
    int? routeNumber
    string tagPrefix

    Properties

    EndpointType

    Declaration
    public readonly Type EndpointType { get; }
    Property Value
    Type Description
    Type

    HttpVerb

    Declaration
    public readonly string? HttpVerb { get; }
    Property Value
    Type Description
    string

    PrefixNameWithFirstTag

    Declaration
    public bool PrefixNameWithFirstTag { get; }
    Property Value
    Type Description
    bool

    RouteNumber

    Declaration
    public readonly int? RouteNumber { get; }
    Property Value
    Type Description
    int?

    ShortEndpointNames

    Declaration
    public bool ShortEndpointNames { get; }
    Property Value
    Type Description
    bool

    TagPrefix

    Declaration
    public readonly string? TagPrefix { get; }
    Property Value
    Type Description
    string
    In this article
    Back to top Developed by Đĵ ΝιΓΞΗΛψΚ and contributors / Licensed under MIT / Website generated by DocFX