Hi!
I want to load and process a View programmatic from a controller and read the generated html as a string.
Something like: string html = FunctionToLoadView("MyViewName.cshtml");
Is this possible??
Hi!
I want to load and process a View programmatic from a controller and read the generated html as a string.
Something like: string html = FunctionToLoadView("MyViewName.cshtml");
Is this possible??