Search Results for

    Show / Hide Table of Contents

    Class VersionSets

    a container for globally holding the Asp.Versioning.Builder.ApiVersionSet instances for the application

    Inheritance
    object
    VersionSets
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: FastEndpoints.AspVersioning
    Assembly: FastEndpoints.AspVersioning.dll
    Syntax
    public static class VersionSets

    Methods

    CreateApi(string, Action<ApiVersionSetBuilder>)

    creates a api/group/swagger-tag with an associated version set

    Declaration
    public static void CreateApi(string apiName, Action<ApiVersionSetBuilder> builder)
    Parameters
    Type Name Description
    string apiName

    the name of the api (swagger tag)

    Action<ApiVersionSetBuilder> builder

    version set builder action

    In this article
    Back to top Developed by Đĵ ΝιΓΞΗΛψΚ and contributors / Licensed under MIT / Website generated by DocFX