DocFxServeSettings Class

Summary

Contains settings used by Cake.DocFx.Serve.DocFxServeRunner.
Namespace
Cake.DocFx.Serve
Base Types
  • ToolSettings
graph BT Type-->Base0["ToolSettings"] Type["DocFxServeSettings"] class Type type-node

Syntax

public class DocFxServeSettings : ToolSettings

Properties

Name Value Summary
Hostname string
Gets or sets the hostname on which to serve the content. Defaults to 'localhost'.
Port string
Gets or sets the local port on which to serve the content. Defaults to '8080'.
GitHub
Discussions