ASP.net Quiz 3 ASP.net Quiz 3 Improve request load time usingBundlingMinificationBoth of the aboveNoneThe order is very important for filters to work, find the exact orderAuthorization filters->Action filters->Response filters->Exception filters->Action filters->Response filters->Exception filters-> Authorization filtersAuthorization filters-> Response filters->Exception filters->Action filtersAuthorization filters-> Response filters-> Action filters ->Exception filtersHow to get file input control in action?HttpPostedFileBaseFileHttpFileByte[]How set Administration access specific action method[Authorize(Roles="Admin")][Authorize][Administrator ]Both B and CAsp.net is a Programming languageServer side Scripting LanguageClient scripting languageOtherA user’s model class contains ID, name, city. Bind User properties with Action Method, Except ID.[Bind(Exclude=”ID”) User user] [Bind(Include=”name,city”) User user][Bind(Exclude=”ID”)] Both A and BAsp.net and HTML code written in same HTML file, What features distinguish Asp.net web pages from HTML?.aspx extensionWeb server controls .aspx files are compiled by IISAll of theseAsp.net Web page Single page file derived from…..classPageServerRunatLanguage How to add other namespace in Asp.net Webpage’s server scriptUsing@importIncluderenderAsp.net web pages ApproachesCode-behind modelSingle-File Page ModelMVCBoth A and B