RefDocGen
Home
API
FAQ
Templates
Configuration
Basic config
Custom static pages
Doc versioning
YAML config
C#
public class
MenuPageLinkTM
assembly
RefDocGen
namespace
RefDocGen.TemplateProcessors.Shared.TemplateModels.Menu
Base type:
object
Implements:
IEquatable
<
MenuPageLinkTM
>
Represents a page link in the top menu.
Constructors
public
MenuPageLinkTM
(
string
PageName
,
string
Url
)
#
Represents a page link in the top menu.
Parameters
string
PageName
Name of the page, intended to be displayed to the user.
string
Url
URL path to the page, relative to the current page.
Properties
public
string
PageName
{
get
;
init
;
}
#
Name of the page, intended to be displayed to the user.
public
string
Url
{
get
;
init
;
}
#
URL path to the page, relative to the current page.
Made with
RefDocGen