(Choose 1 answer)
Choose the correct information for two common handler methods for Razor Pages.
A. OnGet to initialize state needed for the page. OnPost to handle form submissions.
B. OnPost to initialize state needed for the page. OnPut to handle form submissions.
C. OnGet to initialize state needed for the page. OnPut to handle form submissions.
D. OnGet to get state needed for the page. OnPost to initialize form submissions.
Exit 8