boutique replica bags up ideas

the best replique rolex and prices here.

julia highlight 99j hair color 10a quality straight human hair lace front wigs 8 - 24 inches pre plucked hairline 13x4 inches lace front brazilian wig onlinefor sale

Return Plain text or HTML from controller action method in ASP.NET MVC C#

Updated on     Kisan Patel

To output any content (plain text or HTML text) from controller, we use ContentResult() like below.

public ContentResult OutputContent()
{
    return Content("This content is From Controller.");
}

Here, we are returning data using the Content function by passing the data as string as return Content.

7


ASP.NET MVC

Leave a Reply