Subtext.Web.UI.Pages.SubtextMasterPage.OnInit C# (CSharp) Метод

OnInit() защищенный Метод

Initializes this blog page, applying skins and whatnot.
protected OnInit ( EventArgs e ) : void
e System.EventArgs E.
Результат void
        protected override void OnInit(EventArgs e)
        {
            InitializeBlogPage();
            base.OnInit(e);
        }