Pulse7
7/14/2017 - 7:44 AM

Razor print non encoded string

Razor print non encoded string

@{string s="<script>alert('ha')</script>";}
@Html.Raw(s)