DocFxRemote

Represents remote repository information for source links.

Syntax

public class DocFxRemote

Inheritance

Properties

Branch

public string Branch { get; set; }
Gets or sets the branch name.

Returns

string

Path

public string Path { get; set; }
Gets or sets the relative path within the repository.

Returns

string

Repo

public string Repo { get; set; }
Gets or sets the repository URL.

Returns

string