Subtext.Web.UI.Pages.SubtextMasterPage.OnInit C# (CSharp) Méthode

OnInit() protected méthode

Initializes this blog page, applying skins and whatnot.
protected OnInit ( EventArgs e ) : void
e System.EventArgs E.
Résultat void
        protected override void OnInit(EventArgs e)
        {
            InitializeBlogPage();
            base.OnInit(e);
        }