Class LaunchPage
Class to produce the template output
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace:ClickTwice.Publisher.Core.Resources
Assembly:ClickTwice.Publisher.Core.dll
Syntax
public class LaunchPage : LaunchPageBase
Constructors
| Improve this Doc View SourceLaunchPage(String, String)
Declaration
public LaunchPage(string deploymentPath, string outputFileName)
Parameters
Type | Name | Description |
---|---|---|
System.String | deploymentPath | |
System.String | outputFileName |
Properties
| Improve this Doc View SourceModel
Declaration
public LaunchPageModel Model { get; set; }
Property Value
Type | Description |
---|---|
LaunchPageModel |
Methods
| Improve this Doc View SourceTransformText()
Create the template output
Declaration
public virtual string TransformText()
Returns
Type | Description |
---|---|
System.String |