Which statement about the IsPostBack member in the System.Web.UI.Page class is accurate?
Explanation
Option A is incorrect because IsPostBack is not a read-only property. Option B is incorrect since the class name is misstated as System.UI.Web.Page. Option C is the correct statement as IsPostBack is a method of the System.Web.UI.Page class. Option D is incorrect because there is a correct option listed.