<%@ Control Language="C#" Inherits="System.Web.Mvc.ViewUserControl" %> <%if (Model != null) { %> <%: Model.Code%> - <%: Model.Value%> <%} %>