DynamicRouteValueTransformer
DynamicRouteValueTransformer()
State
FilterAsync(HttpContext, RouteValueDictionary, IReadOnlyList<Endpoint>)
TransformAsync(HttpContext, RouteValueDictionary)
net5.0
namespace Microsoft.AspNetCore.Mvc.Routing
{
public abstract class DynamicRouteValueTransformer
{
public virtual ValueTask<IReadOnlyList<Endpoint>> FilterAsync(HttpContext httpContext, RouteValueDictionary values, IReadOnlyList<Endpoint> endpoints);
}
}
nuget.org | 0.0 % Reference this API |
---|---|
.NET | 5.06.07.08.09.0 |
Information specific to net5.0 | |
Assembly | Microsoft.AspNetCore.Mvc.Core , Version=5.0.0.0, PublicKeyToken=adb9793829ddae60 |
Referencing | Requires any:
|
Platform Restrictions | This API is supported on all platforms. |
- Built-in API
- Package-provided API