Skip to main content

MFactory.Label Method

Containing Type: MFactory

Assembly: DotMarkdown.dll

Overloads

MethodSummary
Label(MLabel)
Label(String, String, String)

Label(MLabel)

public static DotMarkdown.Linq.MLabel Label(DotMarkdown.Linq.MLabel other)

Parameters

other MLabel

Returns

MLabel

Label(String, String, String)

public static DotMarkdown.Linq.MLabel Label(string text, string url, string? title = null)

Parameters

text String

url String

title String

Returns

MLabel