Search Results for

    Show / Hide Table of Contents

    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 Source

    Context

    Context to render

    in: body

    Declaration
    public string Context { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    FilePath

    File path for detecting extension in file mode

    in: body

    Declaration
    public string FilePath { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Mode

    Mode to render (comment, gfm, markdown, file)

    in: body

    Declaration
    public string Mode { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Text

    Text markup to render

    in: body

    Declaration
    public string Text { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Wiki

    Is it a wiki page ?

    in: body

    Declaration
    public bool? Wiki { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Boolean>
    • Improve this Doc
    • View Source
    In This Article
    Back to top © Dangl IT GmbH