UriSavingArgs

UriSavingArgs class

User arguments for saving a resource URI.

public class UriSavingArgs

Properties

Name Description
ResourceFileName { get; } Gets the default file name (without path) generated by the library.
ResourceFileNameOutput { get; } Gets the override file name (without path) to be used for the resource.
ResourceFileUri { get; } Gets the default resource URI that will be written into Markdown output.
ResourceFileUriOutput { get; } Gets the override URI that will be written into Markdown output.

Methods

Name Description
SetResourceFileUri(string) Sets the URI that will be written to the Markdown output.

See Also