Problems with accentuation Asp.Net c#

Asked

Viewed 58 times

0

I’m wearing a foreach in my View, but I’m having problems with accentuation, note the code:

@foreach (Area areas in Model.ListAreas) {
    @:{ id:@areas.Cod_Area, text: '@areas.Desc_Area'},
}

inserir a descrição da imagem aqui

Note: Meta charset has already been added to the page head.

Any hint?

  • 1

    The accent is coming right from the backend?

  • 1

    This question seems to have what you need: http://answall.com/questions/7920/como-resolver-problemas-de-acentua%C3%A7%C3%A3o-com-Asp-net-mvc? Rq=1

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.