A cleaner way would be to change the model to include this second value, but if you don't want it, I would say that you are using the Renderpartial method using the View data dictionary type:
Html.RenderPartial( "partialview", Model, new ViewDataDictionary { { "UserExists", UserExists} } );
source share