InterviewSolution
Saved Bookmarks
| 1. |
What Is @if Directive? |
|
Answer» It is used to selectively EXECUTE the code STATEMENTS BASED on the result of the EVALUATING an expression. It is used to selectively execute the code statements based on the result of the evaluating an expression. |
|