Gage
✅ Mapping an Identity user to an instance of an EF core model ID
Any suggestions on how to make an identity user have a model ID? I need to do this so I can have a custom view for all users . My plan was to just use loops and only show content where IDs match up. Not sure where to begin.
82 replies
Working with URL Audio [Answered]
How would one use this URL to render audio inside the On get method of a razor page? https://api.streamelements.com/kappa/v2/speech?voice=Brian&text=
The link provided works by appending a string to the end of the URL and then generating a TTS audio file. I would like to play that audio file on the users end once they load that specific razor page (hence the onGet method)
37 replies