Answers for ".net razor if else"

C#
0

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

<option value="S" @(strAttributeFixType == "S" ? "selected" : "")>S</option>
Posted by: Guest on February-11-2021

C# Answers by Framework

Browse Popular Code Answers by Language