5
Answer (Choose 1 answer)
Handler methods in Razor Pages are methods that are automatically executed as a result of Choose the correct answer of handler methods in Razor Pages.
A. Handler methods also have optional asynchronous equivalents: OnPostAsync(), OnGetA
B. The default convention works by matching the HTTP verb used for the request to the nan OnGet(), OnPost(), OnPut() etc.
C. All of the others.
D. None of the others.