Table of Contents

Interface IQuickEndpoint

Namespace
Biwen.QuickApi.Abstractions
Assembly
Biwen.QuickApi.dll

对Minimal Api的扩展

public interface IQuickEndpoint

Properties

Handler

MinimalApi执行的Handler

public static abstract Delegate Handler { get; }

Property Value

Delegate

Verbs

请求方式 支持多个,如: Verb.GET | Verb.POST,默认:Verb.GET

public static abstract Verb Verbs { get; }

Property Value

Verb