Boot the abp module system, and then call it.
https://github.com/abpframework/abp/blob/dev/templates/app/aspnet-core/test/MyCompanyName.MyProjectName.HttpApi.Client.ConsoleTestApp/ConsoleTestAppHostedService.cs#L21
I will try it. thanks.
hi
You don't need to compile js and css. You can configure to use them directly during developmentin.
https://docs.abp.io/en/abp/latest/Virtual-File-System#dealing-with-embedded-files-during-development
The js file is in a separate module project, the modular Web project outputs a packaged dll file. If the JS file is modified during development, the JS file in the DLL will not be changed synchronously.
hi
I think you can refer to the code using Dynamic C# API Client Proxies in the Console app.
https://github.com/abpframework/abp/tree/dev/templates/app/aspnet-core/test/MyCompanyName.MyProjectName.HttpApi.Client.ConsoleTestApp
Yes, I have successfully used the call dynamic API on the Console client.
Now what do I do to use the WinForm client?
Open F12 develop tool, I can got the appservice scirpt in ServiceProxyScript.
yes, thanks a lot.
thanks a lot!
thanks!
I haven been override LogoUrl in xxx.Web BrandingProvider, the default page left navbar changed, but logo page brand image doesn't work.