Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7177473
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T16:43:18+00:00 2026-05-28T16:43:18+00:00

I am in a process of upgrading a c# MVC2 project into c# MVC4.

  • 0

I am in a process of upgrading a c# MVC2 project into c# MVC4.

Here is the scenario in MVC2

Input string(from database)

   Model.text="<p>Hi<br>hello!<br>you there</p>"

Output (rendered in the view)
rendered using

 <%=Model.text %>

Hi
hello!
you there

Here is the scenario in MVC4

Input string(from database)

   Model.text="<p>Hi<br>hello!<br>you there</p>"

Output (rendered in the view)
rendered using

@Model.text

<p>Hi<br>hello!<br>you there</p>

I tried

@HttpUtility.HtmlDecode(Model.text) 
@HttpUtility.HtmlEncode(Model.text) 

Nothing helps…

I had a similar problem in MVC4 asked here (the ajax result is rendered with html tags not the actual html)

Is some of my settings troubling me??? or is that something to do with HTML 5 or am I missing anything in using MVC4.
Please help!!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-28T16:43:18+00:00Added an answer on May 28, 2026 at 4:43 pm

    This should do the trick:

    @Html.Raw(Model.text)
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm in the process of upgrading my web pages from asp classic to asp.net.
I'm currently in the process of upgrading the TFS server from 2008 to 2010
I'm in the process of upgrading my app from Rails 3.0 to Rails 3.1.
My organization is in the process of upgrading from Access 2003 to Access 2007.
I am in the process of upgrading a few in-house applications from ADS 7.1
I'm in the process of upgrading an existing ASP.NET2.0 application to .NET3.5 (moving from
I am in the process of upgrading from Doctrine 1.1.4 to Doctrine 2.0.6 in
I am in the process of upgrading a Rails 2.3.4 project to Rails 3.1.1.
I have started the process of upgrading my mvc projects from 2 to 3
We are in the process of upgrading our projects from C# 2.0 / VS2005

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.