C# Class RockWeb.Blocks.Cms.Redirect

Inheritance: Rock.Web.UI.RockBlock
Afficher le fichier Open project: NewSpring/Rock

Méthodes protégées

Méthode Description
Block_BlockUpdated ( object sender, EventArgs e ) : void
OnInit ( EventArgs e ) : void
OnLoad ( EventArgs e ) : void

Private Methods

Méthode Description
IsInRange ( string ipAddress, string CIDRmask ) : bool
RedirectToUrl ( string url ) : void
RefreshContent ( ) : void

Method Details

Block_BlockUpdated() protected méthode

protected Block_BlockUpdated ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

OnInit() protected méthode

protected OnInit ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnLoad() protected méthode

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
Résultat void