ApiReferenceContentOptions
classNamespace: MyLittleContentEngine
Provides configuration options for API reference documentation generation.
Declaration
public class ApiReferenceContentOptions
Inheritance
object
→ ApiReferenceContentOptions
Implements
MyLittleContentEngine.IContentOptions
Propertys
BasePageUrl
propertypublic string BasePageUrl { get; init; }
Gets or sets the URL path component for API reference documentation pages.
Returns:
string ApiReferenceContentOptions.BasePageUrl
ContentPath
propertypublic string ContentPath { get; init; }
Gets the path where content files are stored. Not applicable for API reference content.
Returns:
string ApiReferenceContentOptions.ContentPath
ExcludedNamespace
propertypublic string[] ExcludedNamespace { get; init; }
Gets or sets the array of namespace prefixes to exclude in API documentation.
Returns:
string[] ApiReferenceContentOptions.ExcludedNamespace
IncludeNamespace
propertypublic string[] IncludeNamespace { get; init; }
Gets or sets the array of namespace prefixes to include in API documentation.
Returns:
string[] ApiReferenceContentOptions.IncludeNamespace