AdRotator.CreateWebAdRotator Method

Definition

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.

Applies to

See also