How do I use OnlyOffice Docs in .Net Core MVC (any example available ? )

I want to integrate OnlyOffice Docs into my web based application using .Net Core MVC. Is there any example available ?

Hello @Kinu
Please take a look at this C# storage example: ONLYOFFICE Api Documentation - Example
You can install it > integrate Document server to it > compare the result and example itself with your own .Net Core MVC app.
All available language-specific examples are here: ONLYOFFICE Api Documentation - Language-specific examples