-
Checking to see if this is still going to be maintained?
Not pushing just wanting to know if I need to look for a different solution for Asp.Net Core 2.x or if there is something that is better to wo…
-
[RouteJS](https://github.com/Daniel15/RouteJs) provides a way to generate mvc routes from javascript:
I tried the following:
`var url = Router.action('DataSouce', 'Create', { culture: 'en-us' });`
H…
-
- nuget : INSTALL ROUTEJS
- 增加dialog modal選取要匯出來欄位
使用js 將已選取的欄位get到action
-
是不是最终还是在服务端渲染的?
-
* Asp.Net Core v2.x with Platform .Net 4.7
* Visual Studio 2017 15.5.6
* RouteJs.AspNet 2.2.0
I am using Attribute routing in my controller. When the attribute matches the IActionResult function…
-
### Link to the code that reproduces this issue
https://github.com/goncy/error-boundary-repro
### To Reproduce
* Start the app
* See error
* Click on reset
* Should get correct data but doesn't…
goncy updated
10 months ago
-
It would be nice to get the current route data, as you normally would in Views:
`Url.RequestContext.RouteData.Values["action"]`
-
-
-
Now that we have endpoint routing there's no need to expose anything other then IHttpContextAccessor. It's possible to get the endpoint from the HttpContext to access things like the action descriptor…