© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Mohamad Mahmood
Programming (Mobile, Web, Database and Machine Learning). Studying at the Center For Artificial Intelligence Technology (CAIT), FTSM, UKM MY
[1] Add a view Add an Index view for the HelloWorldController: Add a new folder named Views/HelloWorld. Add a new file to the Views/HelloWorld folder, and name it Index.cshtml. @{ ViewData["Title"] = "Index"; } <h2>Index</h2> <p>Hello from ...
No responses yet.