chromelyapps / Chromely

Build Cross Platform HTML Desktop Apps on .NET using native GUI, HTML5, JavaScript, CSS, Owin, AspNetCore (MVC, RazorPages, Blazor)
MIT License
2.99k stars 279 forks source link

404 Page in the current Wiki #362

Closed burgil closed 2 years ago

burgil commented 2 years ago

The following link is erroring out, coming from the main wiki: How to use commands

burgil commented 2 years ago

found the file: https://github.com/chromelyapps/Chromely/blob/3cdb28e16182651e7fbec193593c07343e657e85/Documents/commands.md the following commit removed it:

Removed temp src_5.2 folder.

@mattkol mattkol committed on Jan 29

Edit: I'm still wondering if I should read it or not

mattkol commented 2 years ago

@burgil the "MVC-styled controller actions" mentioned in https://github.com/chromelyapps/Chromely/issues/355 eliminates use of "Commands". Generally Commands would now be equivalent to Controller actions without return values.

Something like: https://github.com/chromelyapps/demo-projects/blob/6cf6a116ddadb6bda587da39ae25ab850d9a7f80/regular-chromely/Chromely.CrossPlat/ChromelyControllers/MovieController.cs#L26

If you still need to use Commands you need to stay with 5.1.

Thanks.