SpaRouteExtensions
MapSpaFallbackRoute(IRouteBuilder, String, Object, Object, Object)
MapSpaFallbackRoute(IRouteBuilder, String, String, Object, Object, Object)
net10.0
namespace Microsoft.AspNetCore.Builder
{
[Obsolete("Use Microsoft.AspNetCore.SpaServices.Extensions")]
public static class SpaRouteExtensions
{
public static void MapSpaFallbackRoute(this IRouteBuilder routeBuilder, string name, string templatePrefix, object defaults, object constraints = null, object dataTokens = null);
}
}
| .NET | 5.06.07.08.09.010.0 |
|---|---|
| .NET Core | 3.1 |
Information specific to net10.0 | |
| Assembly | Microsoft.AspNetCore.SpaServices , Version=3.1.32.0, PublicKeyToken=adb9793829ddae60 |
| Referencing | Your project needs a package reference to |
| Package | Microsoft.AspNetCore.SpaServices (3.1.32) netcoreapp3.1 |
| Platform Restrictions | This API is supported on all platforms. |
- Built-in API
- Package-provided API