London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Class ProfileBaseUserControl

Inheritance
System.Object
ProfileBaseUserControl
Namespace: Mediachase.Web.Console.BaseClasses
Assembly: Mediachase.WebConsoleLib.dll
Version: 13.30.0
Syntax
public class ProfileBaseUserControl : BaseUserControl, IDynamicParamControl

Constructors

ProfileBaseUserControl()

Declaration
public ProfileBaseUserControl()

Methods

OnInit(EventArgs)

Raises the System.Web.UI.Control.Init event.

Declaration
protected override void OnInit(EventArgs e)
Parameters
Type Name Description
System.EventArgs e

An System.EventArgs object that contains the event data.

Overrides

Implements