BoolRouteConstraint Třída
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Omezuje parametr trasy tak, aby představoval pouze logické hodnoty.
public ref class BoolRouteConstraint : Microsoft::AspNetCore::Routing::IRouteConstraint
public class BoolRouteConstraint : Microsoft.AspNetCore.Routing.IRouteConstraint
public class BoolRouteConstraint : Microsoft.AspNetCore.Routing.IRouteConstraint, Microsoft.AspNetCore.Routing.Matching.IParameterLiteralNodeMatchingPolicy
type BoolRouteConstraint = class
interface IRouteConstraint
type BoolRouteConstraint = class
interface IRouteConstraint
interface IParameterPolicy
type BoolRouteConstraint = class
interface IParameterPolicy
interface IRouteConstraint
type BoolRouteConstraint = class
interface IRouteConstraint
interface IParameterPolicy
interface IParameterLiteralNodeMatchingPolicy
Public Class BoolRouteConstraint
Implements IRouteConstraint
Public Class BoolRouteConstraint
Implements IParameterLiteralNodeMatchingPolicy, IRouteConstraint
- Dědičnost
-
BoolRouteConstraint
- Implementuje
Konstruktory
BoolRouteConstraint() |
Omezuje parametr trasy tak, aby představoval pouze logické hodnoty. |
Metody
Match(HttpContext, IRouter, String, RouteValueDictionary, RouteDirection) |
Určuje, zda parametr adresy URL obsahuje platnou hodnotu pro toto omezení. |
Explicitní implementace rozhraní
IParameterLiteralNodeMatchingPolicy.MatchesLiteral(String, String) |
Omezuje parametr trasy tak, aby představoval pouze logické hodnoty. |