Class InstallPageHandler
Inheritance
System.Object
InstallPageHandler
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.Handlers
Assembly:ClickTwice.Publisher.Core.dll
Syntax
public class InstallPageHandler : IOutputHandler, IHandler
Constructors
| Improve this Doc View SourceInstallPageHandler(String, String, String)
Declaration
public InstallPageHandler(string fileName = "index.htm", string linkText = null, string linkTarget = null)
Parameters
Type | Name | Description |
---|---|---|
System.String | fileName | |
System.String | linkText | |
System.String | linkTarget |
Properties
| Improve this Doc View SourceName
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
Implements
| Improve this Doc View SourceOutputFileName
Declaration
public string OutputFileName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceProcess(String)
Declaration
public HandlerResponse Process(string outputPath)
Parameters
Type | Name | Description |
---|---|---|
System.String | outputPath |
Returns
Type | Description |
---|---|
HandlerResponse |