I am working on asp.net core application and using nonfactors webgrid.
In some scenario I need to create different html tag for true
and false
value of model property.
For true
=> any div
tag
For false
=> any image
tag
Anybody have any idea regarding this?
You'll need to familarize yourself with control structures.