AdRotator.CreateWebAdRotator Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a new AdRotator object. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.
protected:
virtual System::Web::UI::WebControls::AdRotator ^ CreateWebAdRotator();
protected virtual System.Web.UI.WebControls.AdRotator CreateWebAdRotator ();
abstract member CreateWebAdRotator : unit -> System.Web.UI.WebControls.AdRotator
override this.CreateWebAdRotator : unit -> System.Web.UI.WebControls.AdRotator
Protected Overridable Function CreateWebAdRotator () As AdRotator
Returns
An AdRotator object.
Remarks
This method is provided for the control developer to override the standard AdRotator class.