@{ var imagePath=""; if (Request["Choice"] != null) {imagePath="images/" + Request["Choice"];} }

Display Images

I want to see: @if (imagePath != "") {

Sample

}