Kizspy | Question: 34
(Choose 1 answer)
How is user input validation typically performed in Razor Pages?
A. Using JavaScript only.
B. Using data annotations on the PageModel and validation tag helpers.
C. Using database triggers.
D. Using static HTML validation attributes.