Obtain access token for MSGraph in Teams tab app
I’m working on a Teams tab app that will only be installed on a Teams Channel. At the present time, the app is not using SSO since the user will already be logged into Teams and be a member of the channel.
Razor pages – This localhost page can’t be found
After adding a new razor page, all other website pages worked normally but when redirecting to the new page I get HTTP ERROR 404 “This localhost page can’t be found”
Razor page model, unexplainable null reference exception
The UICorp is just a class with properties (all value type) like string, int, decimal, enum, DateTime…..