I want to return a for a certain controller a blank page.
By blank, i mean blank!. with no Site.Master contents.
How? Thanks
This will return an empty view
public ActionResult MyAction()
{
return new EmptyResult();
}
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With