Class PublishPageHandler
Inheritance
System.Object
PublishPageHandler
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 PublishPageHandler : IOutputHandler, IHandler
Properties
| Improve this Doc View SourceName
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
Implements
Methods
| Improve this Doc View SourceProcess(String)
Declaration
public HandlerResponse Process(string outputPath)
Parameters
Type | Name | Description |
---|---|---|
System.String | outputPath |
Returns
Type | Description |
---|---|
HandlerResponse |