razor @if code example Example: if statement in razor using "?" and ":" <option value="S" @(strAttributeFixType == "S" ? "selected" : "")>S</option>