Class HomepageInfo
Inherited Members
Namespace:Microsoft.DocAsCode.Plugins
Assembly:Microsoft.DocAsCode.Plugins.dll
Syntax
public class HomepageInfo
Properties
Homepage
Declaration
[JsonProperty("homepage")]
public string Homepage { get; set; }
Property Value
Type | Description |
---|---|
String |
TocPath
Declaration
[JsonProperty("tocPath")]
public string TocPath { get; set; }
Property Value
Type | Description |
---|---|
String |