Table of Contents

Class IEndpointRouteBuilderExtensions

Namespace
Mithril.Core.Extensions
Assembly
Mithril.Core.dll

IEndpointRouteBuilder extensions

public static class IEndpointRouteBuilderExtensions
Inheritance
IEndpointRouteBuilderExtensions
Inherited Members

Methods

IsSetup(IEndpointRouteBuilder?)

Determines whether this instance is setup.

public static bool IsSetup(this IEndpointRouteBuilder? endpointRouteBuilder)

Parameters

endpointRouteBuilder IEndpointRouteBuilder

The endpoint route builder.

Returns

bool

true if the specified endpoint route builder is setup; otherwise, false.