TcOpenGroup / TcOpen

Application framework for industrial automation built on top of TwinCAT3 and .NET.
https://docs.tcopengroup.org/
MIT License
292 stars 49 forks source link

[NEW-FEATURE] make TcoDialog work with "/" Home Route #749

Open RGrabichler opened 1 month ago

RGrabichler commented 1 month ago

I fail to use TcoDialog on the Home Route and am not sure, what DialogId shall be entered.

To solve that, i inject the Navigation Manager and redirect to "/index" route. Perhaps there is a better way.

Thanks