Show / Hide Table of Contents

Interface IModuleViewBase

Namespace: DotNetNuke.Web.Mvp
Assembly: DotNetNuke.Web.dll
Syntax
[Obsolete("Deprecated in DotNetNuke 9.2.0. Replace WebFormsMvp and DotNetNuke.Web.Mvp with MVC or SPA patterns instead. Scheduled for removal in v11.0.0.")]
public interface IModuleViewBase : IView

Properties

AutoDataBind

Declaration
bool AutoDataBind { get; set; }
Property Value
Type Description
bool

Methods

ProcessModuleLoadException(Exception)

Declaration
void ProcessModuleLoadException(Exception ex)
Parameters
Type Name Description
Exception ex

ShowMessage(string, string, ModuleMessageType)

Declaration
void ShowMessage(string messageHeader, string message, ModuleMessage.ModuleMessageType messageType)
Parameters
Type Name Description
string messageHeader
string message
ModuleMessage.ModuleMessageType messageType

Events

Initialize

Declaration
event EventHandler Initialize
Event Type
Type Description
EventHandler

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS