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