ASP.net Quiz 1 ASP.net Quiz 1 asp:Label ID="L1" runat="server" Text="MyLabel" /asp:Label Is an example of?Web server controlsHtml form controlsRazor syntax None of theseAsp.net API for real time communication between server and client.AngularJSNode.JSSignalRAsp.netWeb APIAsp.net Page class derived fromSystem.web.MVCSystem.web.UISystem.webNone of theseASP.NET MVC supports which type of filters?Authorization FiltersAction FiltersResult filtersAll of theseThe following action handles the….request [HttpPost] Public ActionResult Index(){}GETPUTPOSTAll of these_Layout.cshtml contains the consistent lok of web pages, How to render other pages on _Layout.cshtml.@RenderBody()@RenderPartial()@RenderPage()@Render()In ASP.NET Identity, Additional data containing class will be derived fromIdentityUserOwinUserIdentityNone of the aboveIn which file External authentication providers is placed by default?Web.configPackages.configWeb.debug.configStartup.csASP stands forActive server pagesActive system pagesActive script pagesActive superior pages[OutputCache(CacheProfile = "MyProfile", Duration = 10)] Where MyProfile is reside?Web.configStartup.csBundleConfig.csGloabal.asax