<?xml version="1.0" encoding="utf-8"?>
<assembly name="Microsoft.AspNetCore.Mvc.Core">
  <member name="M:Microsoft.AspNetCore.Mvc.RouteAttribute.#ctor(System.String)">
    <parameter name="template">
      <attribute ctor="M:JetBrains.Annotations.RouteTemplateAttribute.#ctor" />
    </parameter>
  </member>
  <member name="M:Microsoft.AspNetCore.Mvc.HttpDeleteAttribute.#ctor(System.String)">
    <parameter name="template">
      <attribute ctor="M:JetBrains.Annotations.RouteTemplateAttribute.#ctor" />
    </parameter>
  </member>
  <member name="M:Microsoft.AspNetCore.Mvc.HttpGetAttribute.#ctor(System.String)">
    <parameter name="template">
      <attribute ctor="M:JetBrains.Annotations.RouteTemplateAttribute.#ctor" />
    </parameter>
  </member>
  <member name="M:Microsoft.AspNetCore.Mvc.HttpHeadAttribute.#ctor(System.String)">
    <parameter name="template">
      <attribute ctor="M:JetBrains.Annotations.RouteTemplateAttribute.#ctor" />
    </parameter>
  </member>
  <member name="M:Microsoft.AspNetCore.Mvc.HttpOptionsAttribute.#ctor(System.String)">
    <parameter name="template">
      <attribute ctor="M:JetBrains.Annotations.RouteTemplateAttribute.#ctor" />
    </parameter>
  </member>
  <member name="M:Microsoft.AspNetCore.Mvc.HttpPatchAttribute.#ctor(System.String)">
    <parameter name="template">
      <attribute ctor="M:JetBrains.Annotations.RouteTemplateAttribute.#ctor" />
    </parameter>
  </member>
  <member name="M:Microsoft.AspNetCore.Mvc.HttpPostAttribute.#ctor(System.String)">
    <parameter name="template">
      <attribute ctor="M:JetBrains.Annotations.RouteTemplateAttribute.#ctor" />
    </parameter>
  </member>
  <member name="M:Microsoft.AspNetCore.Mvc.HttpPutAttribute.#ctor(System.String)">
    <parameter name="template">
      <attribute ctor="M:JetBrains.Annotations.RouteTemplateAttribute.#ctor" />
    </parameter>
  </member>
  <member name="P:Microsoft.AspNetCore.Mvc.AcceptVerbsAttribute.Route">
    <attribute ctor="M:JetBrains.Annotations.RouteTemplateAttribute.#ctor" />
  </member>
  <member name="P:Microsoft.AspNetCore.Mvc.RouteAttribute.Order">
    <attribute ctor="M:JetBrains.Annotations.AspRouteOrderAttribute.#ctor"/>
  </member>
  <member name="P:Microsoft.AspNetCore.Mvc.Routing.HttpMethodAttribute.Order">
    <attribute ctor="M:JetBrains.Annotations.AspRouteOrderAttribute.#ctor"/>
  </member>
  <member name="P:Microsoft.AspNetCore.Mvc.AcceptVerbsAttribute.Order">
    <attribute ctor="M:JetBrains.Annotations.AspRouteOrderAttribute.#ctor"/>
  </member>
  <member name="M:Microsoft.AspNetCore.Mvc.AcceptVerbsAttribute.#ctor(System.String)">
    <parameter name="method">
      <attribute ctor="M:JetBrains.Annotations.AspRouteVerbsAttribute.#ctor"/>
    </parameter>
  </member>
  <member name="M:Microsoft.AspNetCore.Mvc.AcceptVerbsAttribute.#ctor(System.String[])">
    <parameter name="methods">
      <attribute ctor="M:JetBrains.Annotations.AspRouteVerbsAttribute.#ctor"/>
    </parameter>
  </member>
  <member name="T:Microsoft.AspNetCore.Mvc.RouteAttribute">
    <attribute ctor="M:JetBrains.Annotations.AspAttributeRoutingAttribute.#ctor"/>
  </member>
  <member name="T:Microsoft.AspNetCore.Mvc.AcceptVerbsAttribute">
    <attribute ctor="M:JetBrains.Annotations.AspAttributeRoutingAttribute.#ctor"/>
  </member>
  <member name="T:Microsoft.AspNetCore.Mvc.HttpGetAttribute">
    <attribute ctor="M:JetBrains.Annotations.AspAttributeRoutingAttribute.#ctor">
      <property name="HttpVerb">GET</property>
    </attribute>
  </member>
  <member name="T:Microsoft.AspNetCore.Mvc.HttpPostAttribute">
    <attribute ctor="M:JetBrains.Annotations.AspAttributeRoutingAttribute.#ctor">
      <property name="HttpVerb">POST</property>
    </attribute>
  </member>
  <member name="T:Microsoft.AspNetCore.Mvc.HttpPutAttribute">
    <attribute ctor="M:JetBrains.Annotations.AspAttributeRoutingAttribute.#ctor">
      <property name="HttpVerb">PUT</property>
    </attribute>
  </member>
  <member name="T:Microsoft.AspNetCore.Mvc.HttpDeleteAttribute">
    <attribute ctor="M:JetBrains.Annotations.AspAttributeRoutingAttribute.#ctor">
      <property name="HttpVerb">DELETE</property>
    </attribute>
  </member>
  <member name="T:Microsoft.AspNetCore.Mvc.HttpOptionsAttribute">
    <attribute ctor="M:JetBrains.Annotations.AspAttributeRoutingAttribute.#ctor">
      <property name="HttpVerb">OPTIONS</property>
    </attribute>
  </member>
  <member name="T:Microsoft.AspNetCore.Mvc.HttpPatchAttribute">
    <attribute ctor="M:JetBrains.Annotations.AspAttributeRoutingAttribute.#ctor">
      <property name="HttpVerb">PATCH</property>
    </attribute>
  </member>
  <member name="T:Microsoft.AspNetCore.Mvc.HttpHeadAttribute">
    <attribute ctor="M:JetBrains.Annotations.AspAttributeRoutingAttribute.#ctor">
      <property name="HttpVerb">HEAD</property>
    </attribute>
  </member>
  <member name="M:Microsoft.AspNetCore.Builder.ControllerEndpointRouteBuilderExtensions.MapControllerRoute(Microsoft.AspNetCore.Routing.IEndpointRouteBuilder,System.String,System.String,System.Object,System.Object,System.Object)">
    <attribute ctor="M:JetBrains.Annotations.AspRouteConventionAttribute.#ctor"/>
    <parameter name="pattern">
      <attribute ctor="M:JetBrains.Annotations.RouteTemplateAttribute.#ctor" />
    </parameter>
    <parameter name="constraints">
      <attribute ctor="M:JetBrains.Annotations.AspRouteValuesConstraints.#ctor" />
      <attribute ctor="M:JetBrains.Annotations.AspMvcActionAttribute.#ctor(System.String)">
        <argument>Action</argument>
      </attribute>
      <attribute ctor="M:JetBrains.Annotations.AspMvcAreaAttribute.#ctor(System.String)">
        <argument>Area</argument>
      </attribute>
      <attribute ctor="M:JetBrains.Annotations.AspMvcControllerAttribute.#ctor(System.String)">
        <argument>Controller</argument>
      </attribute>
      <attribute ctor="M:JetBrains.Annotations.AspMvcModelTypeAttribute.#ctor" />
    </parameter>
    <parameter name="defaults">
      <attribute ctor="M:JetBrains.Annotations.AspDefaultRouteValuesAttribute.#ctor" />
      <attribute ctor="M:JetBrains.Annotations.AspMvcActionAttribute.#ctor(System.String)">
        <argument>Action</argument>
      </attribute>
      <attribute ctor="M:JetBrains.Annotations.AspMvcAreaAttribute.#ctor(System.String)">
        <argument>Area</argument>
      </attribute>
      <attribute ctor="M:JetBrains.Annotations.AspMvcControllerAttribute.#ctor(System.String)">
        <argument>Controller</argument>
      </attribute>
      <attribute ctor="M:JetBrains.Annotations.AspMvcModelTypeAttribute.#ctor" />
    </parameter>
  </member>
  <member name="M:Microsoft.AspNetCore.Builder.ControllerEndpointRouteBuilderExtensions.MapAreaControllerRoute(Microsoft.AspNetCore.Routing.IEndpointRouteBuilder,System.String,System.String,System.String,System.Object,System.Object,System.Object)">
    <attribute ctor="M:JetBrains.Annotations.AspRouteConventionAttribute.#ctor" />
    <parameter name="pattern">
      <attribute ctor="M:JetBrains.Annotations.RouteTemplateAttribute.#ctor" />
    </parameter>
    <parameter name="areaName">
      <attribute ctor="M:JetBrains.Annotations.AspDefaultRouteValuesAttribute.#ctor"/>
      <attribute ctor="M:JetBrains.Annotations.AspMvcAreaAttribute.#ctor"/>
    </parameter>
    <parameter name="constraints">
      <attribute ctor="M:JetBrains.Annotations.AspRouteValuesConstraints.#ctor" />
      <attribute ctor="M:JetBrains.Annotations.AspMvcActionAttribute.#ctor(System.String)">
        <argument>Action</argument>
      </attribute>
      <attribute ctor="M:JetBrains.Annotations.AspMvcAreaAttribute.#ctor(System.String)">
        <argument>Area</argument>
      </attribute>
      <attribute ctor="M:JetBrains.Annotations.AspMvcControllerAttribute.#ctor(System.String)">
        <argument>Controller</argument>
      </attribute>
      <attribute ctor="M:JetBrains.Annotations.AspMvcModelTypeAttribute.#ctor" />
    </parameter>
    <parameter name="defaults">
      <attribute ctor="M:JetBrains.Annotations.AspDefaultRouteValuesAttribute.#ctor" />
      <attribute ctor="M:JetBrains.Annotations.AspMvcActionAttribute.#ctor(System.String)">
        <argument>Action</argument>
      </attribute>
      <attribute ctor="M:JetBrains.Annotations.AspMvcAreaAttribute.#ctor(System.String)">
        <argument>Area</argument>
      </attribute>
      <attribute ctor="M:JetBrains.Annotations.AspMvcControllerAttribute.#ctor(System.String)">
        <argument>Controller</argument>
      </attribute>
      <attribute ctor="M:JetBrains.Annotations.AspMvcModelTypeAttribute.#ctor" />
    </parameter>
  </member>
  <member name="M:Microsoft.AspNetCore.Builder.ControllerEndpointRouteBuilderExtensions.MapDefaultControllerRoute(Microsoft.AspNetCore.Routing.IEndpointRouteBuilder)">
    <attribute ctor="M:JetBrains.Annotations.AspRouteConventionAttribute.#ctor(System.String)">
      <argument>{controller=Home}/{action=Index}/{id?}</argument>
    </attribute>
  </member>
  <member name="M:Microsoft.AspNetCore.Builder.ControllerEndpointRouteBuilderExtensions.MapFallbackToController(Microsoft.AspNetCore.Routing.IEndpointRouteBuilder,System.String,System.String)">
    <attribute ctor="M:JetBrains.Annotations.AspRouteConventionAttribute.#ctor(System.String)">
      <argument>{*path:nonfile}</argument>
    </attribute>
    <parameter name="action">
      <attribute ctor="M:JetBrains.Annotations.AspDefaultRouteValuesAttribute.#ctor" />
      <attribute ctor="M:JetBrains.Annotations.AspRouteValuesConstraints.#ctor" />
      <attribute ctor="M:JetBrains.Annotations.AspMvcActionAttribute.#ctor"/>
    </parameter>
    <parameter name="controller">
      <attribute ctor="M:JetBrains.Annotations.AspDefaultRouteValuesAttribute.#ctor" />
      <attribute ctor="M:JetBrains.Annotations.AspRouteValuesConstraints.#ctor" />
      <attribute ctor="M:JetBrains.Annotations.AspMvcControllerAttribute.#ctor"/>
    </parameter>
  </member>
  <member name="M:Microsoft.AspNetCore.Builder.ControllerEndpointRouteBuilderExtensions.MapFallbackToController(Microsoft.AspNetCore.Routing.IEndpointRouteBuilder,System.String,System.String,System.String)">
    <attribute ctor="M:JetBrains.Annotations.AspRouteConventionAttribute.#ctor(System.String)"/>
    <parameter name="pattern">
      <attribute ctor="M:JetBrains.Annotations.RouteTemplateAttribute.#ctor" />
    </parameter>
    <parameter name="action">
      <attribute ctor="M:JetBrains.Annotations.AspDefaultRouteValuesAttribute.#ctor" />
      <attribute ctor="M:JetBrains.Annotations.AspRouteValuesConstraints.#ctor" />
      <attribute ctor="M:JetBrains.Annotations.AspMvcActionAttribute.#ctor"/>
    </parameter>
    <parameter name="controller">
      <attribute ctor="M:JetBrains.Annotations.AspDefaultRouteValuesAttribute.#ctor" />
      <attribute ctor="M:JetBrains.Annotations.AspRouteValuesConstraints.#ctor" />
      <attribute ctor="M:JetBrains.Annotations.AspMvcControllerAttribute.#ctor"/>
    </parameter>
  </member>
  <member name="M:Microsoft.AspNetCore.Builder.ControllerEndpointRouteBuilderExtensions.MapFallbackToAreaController(Microsoft.AspNetCore.Routing.IEndpointRouteBuilder,System.String,System.String,System.String)">
    <attribute ctor="M:JetBrains.Annotations.AspRouteConventionAttribute.#ctor(System.String)">
      <argument>{*path:nonfile}</argument>
    </attribute>
    <parameter name="action">
      <attribute ctor="M:JetBrains.Annotations.AspDefaultRouteValuesAttribute.#ctor" />
      <attribute ctor="M:JetBrains.Annotations.AspRouteValuesConstraints.#ctor" />
      <attribute ctor="M:JetBrains.Annotations.AspMvcActionAttribute.#ctor"/>
    </parameter>
    <parameter name="controller">
      <attribute ctor="M:JetBrains.Annotations.AspDefaultRouteValuesAttribute.#ctor" />
      <attribute ctor="M:JetBrains.Annotations.AspRouteValuesConstraints.#ctor" />
      <attribute ctor="M:JetBrains.Annotations.AspMvcControllerAttribute.#ctor"/>
    </parameter>
    <parameter name="area">
      <attribute ctor="M:JetBrains.Annotations.AspDefaultRouteValuesAttribute.#ctor"/>
      <attribute ctor="M:JetBrains.Annotations.AspRouteValuesConstraints.#ctor" />
      <attribute ctor="M:JetBrains.Annotations.AspMvcAreaAttribute.#ctor"/>
    </parameter>
  </member>
  <member name="M:Microsoft.AspNetCore.Builder.ControllerEndpointRouteBuilderExtensions.MapFallbackToAreaController(Microsoft.AspNetCore.Routing.IEndpointRouteBuilder,System.String,System.String,System.String,System.String)">
    <attribute ctor="M:JetBrains.Annotations.AspRouteConventionAttribute.#ctor(System.String)"/>
    <parameter name="pattern">
      <attribute ctor="M:JetBrains.Annotations.RouteTemplateAttribute.#ctor" />
    </parameter>
    <parameter name="action">
      <attribute ctor="M:JetBrains.Annotations.AspDefaultRouteValuesAttribute.#ctor" />
      <attribute ctor="M:JetBrains.Annotations.AspRouteValuesConstraints.#ctor" />
      <attribute ctor="M:JetBrains.Annotations.AspMvcActionAttribute.#ctor"/>
    </parameter>
    <parameter name="controller">
      <attribute ctor="M:JetBrains.Annotations.AspDefaultRouteValuesAttribute.#ctor" />
      <attribute ctor="M:JetBrains.Annotations.AspRouteValuesConstraints.#ctor" />
      <attribute ctor="M:JetBrains.Annotations.AspMvcControllerAttribute.#ctor"/>
    </parameter>
    <parameter name="area">
      <attribute ctor="M:JetBrains.Annotations.AspDefaultRouteValuesAttribute.#ctor"/>
      <attribute ctor="M:JetBrains.Annotations.AspRouteValuesConstraints.#ctor" />
      <attribute ctor="M:JetBrains.Annotations.AspMvcAreaAttribute.#ctor"/>
    </parameter>
  </member>
</assembly>