Show / Hide Table of Contents

Class HttpHandlerPresenter<TView>

Inheritance
object
HttpHandlerPresenter<TView>
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 abstract class HttpHandlerPresenter<TView> : Presenter<TView> where TView : class, IHttpHandlerView
Type Parameters
Name Description
TView

Constructors

HttpHandlerPresenter(TView)

Declaration
protected HttpHandlerPresenter(TView view)
Parameters
Type Name Description
TView view

Extension Methods

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