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 BasePage

Inheritance
System.Object
BasePage
Namespace: Mediachase.Web.Console.BaseClasses
Assembly: Mediachase.WebConsoleLib.dll
Version: 13.30.0
Syntax
public class BasePage : Page

Constructors

BasePage()

Declaration
public BasePage()

Properties

RM

Gets the RM.

Declaration
public ConsoleResourceManager RM { get; }
Property Value
Type Description
ConsoleResourceManager

The RM.

Methods

OnLoad(EventArgs)

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

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

The System.EventArgs object that contains the event data.

ValidatePermissions(AdminView)

Declaration
protected virtual void ValidatePermissions(AdminView view)
Parameters
Type Name Description
AdminView view