project.cshtml Template
project.cshtml is a template designed to describe a project in HTML format.
For this purpose, the ProjectInfo data model is used, which is connected via the @model directive:
@using PrimoAutodoc.ObjectModel
@using PrimoAutodoc.Utils
@model ProjectInfoThe ProjectInfo data model defines access to project information, such as name, description, and a list of components that can be included in the output document.
Data Types and Properties in AutoDoc Templates
The links below provide descriptions of the properties used in .cshtml templates. Each data type is mapped to a set of properties.
Last updated on