Annotations/Microsoft/Microsoft.AspNetCore.Routing/Annotations.Endpoints.xml (170 lines of code) (raw):
<?xml version="1.0" encoding="utf-8"?>
<assembly name="Microsoft.AspNetCore.Routing">
<member name="M:Microsoft.AspNetCore.Builder.EndpointRouteBuilderExtensions.MapGet(Microsoft.AspNetCore.Routing.IEndpointRouteBuilder,System.String,System.Delegate)">
<attribute ctor="M:JetBrains.Annotations.AspMinimalApiDeclarationAttribute.#ctor">
<property name="HttpVerb">GET</property>
</attribute>
<parameter name="pattern">
<attribute ctor="M:JetBrains.Annotations.RouteTemplateAttribute.#ctor" />
</parameter>
<parameter name="handler">
<attribute ctor="M:JetBrains.Annotations.AspMinimalApiHandlerAttribute.#ctor" />
</parameter>
</member>
<member name="M:Microsoft.AspNetCore.Builder.EndpointRouteBuilderExtensions.MapPost(Microsoft.AspNetCore.Routing.IEndpointRouteBuilder,System.String,System.Delegate)">
<attribute ctor="M:JetBrains.Annotations.AspMinimalApiDeclarationAttribute.#ctor">
<property name="HttpVerb">POST</property>
</attribute>
<parameter name="pattern">
<attribute ctor="M:JetBrains.Annotations.RouteTemplateAttribute.#ctor" />
</parameter>
<parameter name="handler">
<attribute ctor="M:JetBrains.Annotations.AspMinimalApiHandlerAttribute.#ctor" />
</parameter>
</member>
<member name="M:Microsoft.AspNetCore.Builder.EndpointRouteBuilderExtensions.MapPut(Microsoft.AspNetCore.Routing.IEndpointRouteBuilder,System.String,System.Delegate)">
<attribute ctor="M:JetBrains.Annotations.AspMinimalApiDeclarationAttribute.#ctor">
<property name="HttpVerb">PUT</property>
</attribute>
<parameter name="pattern">
<attribute ctor="M:JetBrains.Annotations.RouteTemplateAttribute.#ctor" />
</parameter>
<parameter name="handler">
<attribute ctor="M:JetBrains.Annotations.AspMinimalApiHandlerAttribute.#ctor" />
</parameter>
</member>
<member name="M:Microsoft.AspNetCore.Builder.EndpointRouteBuilderExtensions.MapPatch(Microsoft.AspNetCore.Routing.IEndpointRouteBuilder,System.String,System.Delegate)">
<attribute ctor="M:JetBrains.Annotations.AspMinimalApiDeclarationAttribute.#ctor">
<property name="HttpVerb">PATCH</property>
</attribute>
<parameter name="pattern">
<attribute ctor="M:JetBrains.Annotations.RouteTemplateAttribute.#ctor" />
</parameter>
<parameter name="handler">
<attribute ctor="M:JetBrains.Annotations.AspMinimalApiHandlerAttribute.#ctor" />
</parameter>
</member>
<member name="M:Microsoft.AspNetCore.Builder.EndpointRouteBuilderExtensions.MapDelete(Microsoft.AspNetCore.Routing.IEndpointRouteBuilder,System.String,System.Delegate)">
<attribute ctor="M:JetBrains.Annotations.AspMinimalApiDeclarationAttribute.#ctor">
<property name="HttpVerb">DELETE</property>
</attribute>
<parameter name="pattern">
<attribute ctor="M:JetBrains.Annotations.RouteTemplateAttribute.#ctor" />
</parameter>
<parameter name="handler">
<attribute ctor="M:JetBrains.Annotations.AspMinimalApiHandlerAttribute.#ctor" />
</parameter>
</member>
<member name="M:Microsoft.AspNetCore.Builder.EndpointRouteBuilderExtensions.Map(Microsoft.AspNetCore.Routing.IEndpointRouteBuilder,System.String,System.Delegate)">
<attribute ctor="M:JetBrains.Annotations.AspMinimalApiDeclarationAttribute.#ctor"/>
<parameter name="pattern">
<attribute ctor="M:JetBrains.Annotations.RouteTemplateAttribute.#ctor" />
</parameter>
<parameter name="handler">
<attribute ctor="M:JetBrains.Annotations.AspMinimalApiHandlerAttribute.#ctor" />
</parameter>
</member>
<member name="M:Microsoft.AspNetCore.Builder.EndpointRouteBuilderExtensions.MapFallback(Microsoft.AspNetCore.Routing.IEndpointRouteBuilder,System.String,System.Delegate)">
<attribute ctor="M:JetBrains.Annotations.AspMinimalApiDeclarationAttribute.#ctor" />
<parameter name="pattern">
<attribute ctor="M:JetBrains.Annotations.RouteTemplateAttribute.#ctor" />
</parameter>
<parameter name="handler">
<attribute ctor="M:JetBrains.Annotations.AspMinimalApiHandlerAttribute.#ctor" />
</parameter>
</member>
<member name="M:Microsoft.AspNetCore.Builder.EndpointRouteBuilderExtensions.MapMethods(Microsoft.AspNetCore.Routing.IEndpointRouteBuilder,System.String,System.Collections.Generic.IEnumerable{System.String},System.Delegate)">
<attribute ctor="M:JetBrains.Annotations.AspMinimalApiDeclarationAttribute.#ctor"/>
<parameter name="pattern">
<attribute ctor="M:JetBrains.Annotations.RouteTemplateAttribute.#ctor" />
</parameter>
<parameter name="httpMethods">
<attribute ctor="M:JetBrains.Annotations.AspRouteVerbsAttribute.#ctor"/>
</parameter>
<parameter name="handler">
<attribute ctor="M:JetBrains.Annotations.AspMinimalApiHandlerAttribute.#ctor" />
</parameter>
</member>
<member name="M:Microsoft.AspNetCore.Builder.EndpointRouteBuilderExtensions.MapGet(Microsoft.AspNetCore.Routing.IEndpointRouteBuilder,System.String,Microsoft.AspNetCore.Http.RequestDelegate)">
<attribute ctor="M:JetBrains.Annotations.AspMinimalApiDeclarationAttribute.#ctor">
<property name="HttpVerb">GET</property>
</attribute>
<parameter name="pattern">
<attribute ctor="M:JetBrains.Annotations.RouteTemplateAttribute.#ctor" />
</parameter>
<parameter name="requestDelegate">
<attribute ctor="M:JetBrains.Annotations.AspMinimalApiHandlerAttribute.#ctor" />
</parameter>
</member>
<member name="M:Microsoft.AspNetCore.Builder.EndpointRouteBuilderExtensions.MapPost(Microsoft.AspNetCore.Routing.IEndpointRouteBuilder,System.String,Microsoft.AspNetCore.Http.RequestDelegate)">
<attribute ctor="M:JetBrains.Annotations.AspMinimalApiDeclarationAttribute.#ctor">
<property name="HttpVerb">POST</property>
</attribute>
<parameter name="pattern">
<attribute ctor="M:JetBrains.Annotations.RouteTemplateAttribute.#ctor" />
</parameter>
<parameter name="requestDelegate">
<attribute ctor="M:JetBrains.Annotations.AspMinimalApiHandlerAttribute.#ctor" />
</parameter>
</member>
<member name="M:Microsoft.AspNetCore.Builder.EndpointRouteBuilderExtensions.MapPut(Microsoft.AspNetCore.Routing.IEndpointRouteBuilder,System.String,Microsoft.AspNetCore.Http.RequestDelegate)">
<attribute ctor="M:JetBrains.Annotations.AspMinimalApiDeclarationAttribute.#ctor">
<property name="HttpVerb">PUT</property>
</attribute>
<parameter name="pattern">
<attribute ctor="M:JetBrains.Annotations.RouteTemplateAttribute.#ctor" />
</parameter>
<parameter name="requestDelegate">
<attribute ctor="M:JetBrains.Annotations.AspMinimalApiHandlerAttribute.#ctor" />
</parameter>
</member>
<member name="M:Microsoft.AspNetCore.Builder.EndpointRouteBuilderExtensions.MapPatch(Microsoft.AspNetCore.Routing.IEndpointRouteBuilder,System.String,Microsoft.AspNetCore.Http.RequestDelegate)">
<attribute ctor="M:JetBrains.Annotations.AspMinimalApiDeclarationAttribute.#ctor">
<property name="HttpVerb">PATCH</property>
</attribute>
<parameter name="pattern">
<attribute ctor="M:JetBrains.Annotations.RouteTemplateAttribute.#ctor" />
</parameter>
<parameter name="handler">
<attribute ctor="M:JetBrains.Annotations.AspMinimalApiHandlerAttribute.#ctor" />
</parameter>
</member>
<member name="M:Microsoft.AspNetCore.Builder.EndpointRouteBuilderExtensions.MapDelete(Microsoft.AspNetCore.Routing.IEndpointRouteBuilder,System.String,Microsoft.AspNetCore.Http.RequestDelegate)">
<attribute ctor="M:JetBrains.Annotations.AspMinimalApiDeclarationAttribute.#ctor">
<property name="HttpVerb">DELETE</property>
</attribute>
<parameter name="pattern">
<attribute ctor="M:JetBrains.Annotations.RouteTemplateAttribute.#ctor" />
</parameter>
<parameter name="requestDelegate">
<attribute ctor="M:JetBrains.Annotations.AspMinimalApiHandlerAttribute.#ctor" />
</parameter>
</member>
<member name="M:Microsoft.AspNetCore.Builder.EndpointRouteBuilderExtensions.Map(Microsoft.AspNetCore.Routing.IEndpointRouteBuilder,System.String,Microsoft.AspNetCore.Http.RequestDelegate)">
<attribute ctor="M:JetBrains.Annotations.AspMinimalApiDeclarationAttribute.#ctor"/>
<parameter name="pattern">
<attribute ctor="M:JetBrains.Annotations.RouteTemplateAttribute.#ctor" />
</parameter>
<parameter name="requestDelegate">
<attribute ctor="M:JetBrains.Annotations.AspMinimalApiHandlerAttribute.#ctor" />
</parameter>
</member>
<member name="M:Microsoft.AspNetCore.Builder.EndpointRouteBuilderExtensions.MapMethods(Microsoft.AspNetCore.Routing.IEndpointRouteBuilder,System.String,System.Collections.Generic.IEnumerable{System.String},Microsoft.AspNetCore.Http.RequestDelegate)">
<attribute ctor="M:JetBrains.Annotations.AspMinimalApiDeclarationAttribute.#ctor"/>
<parameter name="pattern">
<attribute ctor="M:JetBrains.Annotations.RouteTemplateAttribute.#ctor"/>
</parameter>
<parameter name="httpMethods">
<attribute ctor="M:JetBrains.Annotations.AspRouteVerbsAttribute.#ctor"/>
</parameter>
<parameter name="requestDelegate">
<attribute ctor="M:JetBrains.Annotations.AspMinimalApiHandlerAttribute.#ctor"/>
</parameter>
</member>
<member name="M:Microsoft.AspNetCore.Builder.EndpointRouteBuilderExtensions.MapGroup(Microsoft.AspNetCore.Routing.IEndpointRouteBuilder,System.String)">
<attribute ctor="M:JetBrains.Annotations.AspMinimalApiGroupAttribute.#ctor"/>
<parameter name="prefix">
<attribute ctor="M:JetBrains.Annotations.RouteTemplateAttribute.#ctor"/>
</parameter>
</member>
</assembly>