Table of Contents

Class InternalRedirectViewModel

Namespace
JJMasterData.Web.Areas.MasterData.Models
Assembly
JJMasterData.Web.dll
public sealed class InternalRedirectViewModel
Inheritance
InternalRedirectViewModel
Inherited Members

Constructors

InternalRedirectViewModel(string, string, bool)

public InternalRedirectViewModel(string title, string htmlContent, bool showToolBar)

Parameters

title string
htmlContent string
showToolBar bool

Properties

HtmlContent

public string HtmlContent { get; set; }

Property Value

string

ShowToolBar

public bool ShowToolBar { get; set; }

Property Value

bool

Title

public string Title { get; set; }

Property Value

string