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
Properties
HtmlContent
public string HtmlContent { get; set; }
Property Value
ShowToolBar
public bool ShowToolBar { get; set; }
Property Value
Title
public string Title { get; set; }