Class MarkupOption
MarkupOption markup options
Inheritance
System.Object
MarkupOption
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dangl.GiteaOrgManager.Client
Assembly: Dangl.GiteaOrgManager.dll
Syntax
public class MarkupOption
Properties
| Improve this Doc View SourceContext
Context to render
in: body
Declaration
public string Context { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
FilePath
File path for detecting extension in file mode
in: body
Declaration
public string FilePath { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Mode
Mode to render (comment, gfm, markdown, file)
in: body
Declaration
public string Mode { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Text
Text markup to render
in: body
Declaration
public string Text { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Wiki
Is it a wiki page ?
in: body
Declaration
public bool? Wiki { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |