Christoc.Modules.DnnChat.View.OnInit C# (CSharp) 메소드

OnInit() 보호된 메소드

protected OnInit ( EventArgs e ) : void
e System.EventArgs
리턴 void
        protected override void OnInit(EventArgs e)
        {
            DotNetNuke.Framework.jQuery.RequestUIRegistration();
            ClientResourceManager.RegisterScript(Parent.Page, "~/Resources/Shared/scripts/knockout.js");
            ClientResourceManager.RegisterScript(Parent.Page, "~/desktopmodules/DnnChat/scripts/moment.min.js");
            ClientResourceManager.RegisterScript(Parent.Page, "~/desktopmodules/DnnChat/scripts/DnnChat.js", 150);

            base.OnInit(e);
        }