C# Class RockWeb.Blocks.Cms.Redirect

Inheritance: Rock.Web.UI.RockBlock
Show file Open project: NewSpring/Rock

Protected Methods

Method Description
Block_BlockUpdated ( object sender, EventArgs e ) : void
OnInit ( EventArgs e ) : void
OnLoad ( EventArgs e ) : void

Private Methods

Method Description
IsInRange ( string ipAddress, string CIDRmask ) : bool
RedirectToUrl ( string url ) : void
RefreshContent ( ) : void

Method Details

Block_BlockUpdated() protected method

protected Block_BlockUpdated ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

OnInit() protected method

protected OnInit ( EventArgs e ) : void
e System.EventArgs
return void

OnLoad() protected method

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
return void