BoxInformation.ViewRecord.Page_Init C# (CSharp) 메소드

Page_Init() 보호된 메소드

protected Page_Init ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void
        protected void Page_Init(object sender, EventArgs e)
        {
            ftbComments.EnableSsl = HttpContext.Current.Request.IsSecureConnection;
            ftbComments.SslUrl = "blank.htm";
        }