GuidRouteConstraint 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
限制路由參數只 Guid 代表值。 比對 Guid.ToString) 和 Guid.ToStr (ing (String、IFormatProvider) 方法所支援五種格式 「N」、「D」、「B」、「P」 或 「X」 中指定的值。
public ref class GuidRouteConstraint : Microsoft::AspNetCore::Routing::IRouteConstraint
public class GuidRouteConstraint : Microsoft.AspNetCore.Routing.IRouteConstraint
public class GuidRouteConstraint : Microsoft.AspNetCore.Routing.IRouteConstraint, Microsoft.AspNetCore.Routing.Matching.IParameterLiteralNodeMatchingPolicy
type GuidRouteConstraint = class
interface IRouteConstraint
type GuidRouteConstraint = class
interface IRouteConstraint
interface IParameterPolicy
type GuidRouteConstraint = class
interface IParameterPolicy
interface IRouteConstraint
type GuidRouteConstraint = class
interface IRouteConstraint
interface IParameterPolicy
interface IParameterLiteralNodeMatchingPolicy
Public Class GuidRouteConstraint
Implements IRouteConstraint
Public Class GuidRouteConstraint
Implements IParameterLiteralNodeMatchingPolicy, IRouteConstraint
- 繼承
-
GuidRouteConstraint
- 實作
建構函式
GuidRouteConstraint() |
限制路由參數只 Guid 代表值。 比對 Guid.ToString) 和 Guid.ToStr (ing (String、IFormatProvider) 方法所支援五種格式 「N」、「D」、「B」、「P」 或 「X」 中指定的值。 |
方法
Match(HttpContext, IRouter, String, RouteValueDictionary, RouteDirection) |
判斷 URL 參數是否包含對這個條件約束有效的值。 |
明確介面實作
IParameterLiteralNodeMatchingPolicy.MatchesLiteral(String, String) |
限制路由參數只 Guid 代表值。 比對 Guid.ToString) 和 Guid.ToStr (ing (String、IFormatProvider) 方法所支援五種格式 「N」、「D」、「B」、「P」 或 「X」 中指定的值。 |