RefDocGen
Home
API
FAQ
Templates
Configuration
Basic config
Custom static pages
Doc versioning
YAML config
C#
public class
CodeLinkTM
assembly
RefDocGen
namespace
RefDocGen.TemplateProcessors.Shared.TemplateModels.Links
Base type:
object
Implements:
IEquatable
<
CodeLinkTM
>
The template model representing a link to type or member definition, including its URL.
Constructors
public
CodeLinkTM
(
LanguageSpecificData
<
string
>
Name
,
string
Url
,
string
MemberName
=
null
)
#
The template model representing a link to type or member definition, including its URL.
Parameters
LanguageSpecificData
<
string
>
Name
Name of the referenced type.
string
Url
URL of the type or member definition page.
null
if the definition page isn't found.
string
MemberName
Name of the referenced member.
null
, if the link references a type.
Properties
public
string
MemberName
{
get
;
init
;
}
#
Name of the referenced member.
null
, if the link references a type.
public
LanguageSpecificData
<
string
>
Name
{
get
;
init
;
}
#
Name of the referenced type.
public
string
Url
{
get
;
init
;
}
#
URL of the type or member definition page.
null
if the definition page isn't found.
Made with
RefDocGen