if statement in razor using "?" and ":"

Code Example - if statement in razor using "?" and ":"

                
                        <option value="S" @(strAttributeFixType == "S" ? "selected" : "")>S</option>