Annotations/Microsoft/Microsoft.AspNetCore.Components/Annotations.RouteConstraints.xml (134 lines of code) (raw):
<?xml version="1.0" encoding="utf-8"?>
<!-- Note: these members are also contained inside Microsoft.AspNetCore.Routing assembly and should be in sync -->
<assembly name="Microsoft.AspNetCore.Components">
<member name="T:Microsoft.AspNetCore.Routing.Constraints.IntRouteConstraint">
<attribute ctor="M:JetBrains.Annotations.RouteParameterConstraintAttribute.#ctor(System.String)">
<argument>int</argument>
<property name="ProposedType">
System.Int32
</property>
</attribute>
</member>
<member name="T:Microsoft.AspNetCore.Routing.Constraints.BoolRouteConstraint">
<attribute ctor="M:JetBrains.Annotations.RouteParameterConstraintAttribute.#ctor(System.String)">
<argument>bool</argument>
<property name="ProposedType">
System.Boolean
</property>
</attribute>
</member>
<member name="T:Microsoft.AspNetCore.Routing.Constraints.DateTimeRouteConstraint">
<attribute ctor="M:JetBrains.Annotations.RouteParameterConstraintAttribute.#ctor(System.String)">
<argument>datetime</argument>
<property name="ProposedType">
System.DateTime
</property>
</attribute>
</member>
<member name="T:Microsoft.AspNetCore.Routing.Constraints.DecimalRouteConstraint">
<attribute ctor="M:JetBrains.Annotations.RouteParameterConstraintAttribute.#ctor(System.String)">
<argument>decimal</argument>
<property name="ProposedType">
System.Decimal
</property>
</attribute>
</member>
<member name="T:Microsoft.AspNetCore.Routing.Constraints.DoubleRouteConstraint">
<attribute ctor="M:JetBrains.Annotations.RouteParameterConstraintAttribute.#ctor(System.String)">
<argument>double</argument>
<property name="ProposedType">
System.Double
</property>
</attribute>
</member>
<member name="T:Microsoft.AspNetCore.Routing.Constraints.FloatRouteConstraint">
<attribute ctor="M:JetBrains.Annotations.RouteParameterConstraintAttribute.#ctor(System.String)">
<argument>float</argument>
<property name="ProposedType">
System.Single
</property>
</attribute>
</member>
<member name="T:Microsoft.AspNetCore.Routing.Constraints.GuidRouteConstraint">
<attribute ctor="M:JetBrains.Annotations.RouteParameterConstraintAttribute.#ctor(System.String)">
<argument>guid</argument>
<property name="ProposedType">
System.Guid
</property>
</attribute>
</member>
<member name="T:Microsoft.AspNetCore.Routing.Constraints.LongRouteConstraint">
<attribute ctor="M:JetBrains.Annotations.RouteParameterConstraintAttribute.#ctor(System.String)">
<argument>long</argument>
<property name="ProposedType">
System.Int64
</property>
</attribute>
</member>
<member name="T:Microsoft.AspNetCore.Routing.Constraints.MinLengthRouteConstraint">
<attribute ctor="M:JetBrains.Annotations.RouteParameterConstraintAttribute.#ctor(System.String)">
<argument>minlength</argument>
</attribute>
</member>
<member name="T:Microsoft.AspNetCore.Routing.Constraints.MaxLengthRouteConstraint">
<attribute ctor="M:JetBrains.Annotations.RouteParameterConstraintAttribute.#ctor(System.String)">
<argument>maxlength</argument>
</attribute>
</member>
<member name="T:Microsoft.AspNetCore.Routing.Constraints.LengthRouteConstraint">
<attribute ctor="M:JetBrains.Annotations.RouteParameterConstraintAttribute.#ctor(System.String)">
<argument>length</argument>
</attribute>
</member>
<member name="T:Microsoft.AspNetCore.Routing.Constraints.MinRouteConstraint">
<attribute ctor="M:JetBrains.Annotations.RouteParameterConstraintAttribute.#ctor(System.String)">
<argument>min</argument>
<property name="ProposedType">
System.Int64
</property>
</attribute>
</member>
<member name="T:Microsoft.AspNetCore.Routing.Constraints.MaxRouteConstraint">
<attribute ctor="M:JetBrains.Annotations.RouteParameterConstraintAttribute.#ctor(System.String)">
<argument>max</argument>
<property name="ProposedType">
System.Int64
</property>
</attribute>
</member>
<member name="T:Microsoft.AspNetCore.Routing.Constraints.RangeRouteConstraint">
<attribute ctor="M:JetBrains.Annotations.RouteParameterConstraintAttribute.#ctor(System.String)">
<argument>range</argument>
<property name="ProposedType">
System.Int64
</property>
</attribute>
</member>
<member name="T:Microsoft.AspNetCore.Routing.Constraints.AlphaRouteConstraint">
<attribute ctor="M:JetBrains.Annotations.RouteParameterConstraintAttribute.#ctor(System.String)">
<argument>alpha</argument>
<property name="ProposedType">
System.String
</property>
</attribute>
</member>
<member name="T:Microsoft.AspNetCore.Routing.Constraints.RegexRouteConstraint">
<attribute ctor="M:JetBrains.Annotations.RouteParameterConstraintAttribute.#ctor(System.String)">
<argument>regex</argument>
</attribute>
</member>
<member name="T:Microsoft.AspNetCore.Routing.Constraints.RequiredRouteConstraint">
<attribute ctor="M:JetBrains.Annotations.RouteParameterConstraintAttribute.#ctor(System.String)">
<argument>required</argument>
</attribute>
</member>
<member name="T:Microsoft.AspNetCore.Routing.Constraints.FileNameRouteConstraint">
<attribute ctor="M:JetBrains.Annotations.RouteParameterConstraintAttribute.#ctor(System.String)">
<argument>file</argument>
</attribute>
</member>
<member name="T:Microsoft.AspNetCore.Routing.Constraints.NonFileNameRouteConstraint">
<attribute ctor="M:JetBrains.Annotations.RouteParameterConstraintAttribute.#ctor(System.String)">
<argument>nonfile</argument>
</attribute>
</member>
</assembly>