Relative Content

Tag Archive for razorsignalr

Using SignalR in a RAZOR OnPost method to update the client page with status

In my RAZOR web app I want to update the client page with the progress as an OnPost method executes in the server. I have seen the example using SignalR to blast a message to all the clients and have it working fine for me. But I only want to send messages to the caller who initiated the OnPost, not all clients. I cannot figure out how to modify it to message just one client.