@{ Layout = ""; } @model SmartStore.DiscountRules.Models.BillingCountryModel @using SmartStore.Web.Framework;
| @Html.SmartLabelFor(model => model.CountryId) |
@Html.DropDownListFor(model => model.CountryId, Model.AvailableCountries, new { data_routeparam = "countryId" })
|