-
Hello. When using RenderModeAuto, how can I check at runtime which rendermode has been used? Thanks for your help! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Is it possible that I have to define an interface and place one implementation in the server- and one in the clientproject? |
Beta Was this translation helpful? Give feedback.
Is it possible that I have to define an interface and place one implementation in the server- and one in the clientproject?
On the server side an implementation which has access to the repository and on the client side one which has access to the api?
And I then have to implement the page which should be used for both (server and client rendering) in the client project only and inject the service using the just the interface?