C# Class Engage.Dnn.Publish.Controls.SearchRedirector

Not used, only around for old installations that have this module on the site somewhere...
Inheritance: ModuleBase
ファイルを表示 Open project: EngageSoftware/Engage-Publish

Protected Methods

Method Description
OnInit ( EventArgs e ) : void

Raises the Control.Init event.

Private Methods

Method Description
Page_Load ( object sender, EventArgs e ) : void

Method Details

OnInit() protected method

Raises the Control.Init event.
protected OnInit ( EventArgs e ) : void
e System.EventArgs The instance containing the event data.
return void