@model LittleShop.DTOs.UpdateShippingRateDto @{ ViewData["Title"] = "Edit Shipping Rate"; var rateId = ViewData["RateId"]; }