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'},
}
Note: Meta charset has already been added to the page head.
Any hint?
Why repeat the question? Accentuation Problems in View - Aps.Net c#
– novic
The accent is coming right from the backend?
– Marcell Alves
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
– Marcell Alves