StreamProviderOptions.DefaultPath

StreamProviderOptions.DefaultPath property

The default path(URL) saved in generated html file for the referred source. For example, the sheet data saved in xxx_files/sheet001.htm, the url used in the main html file should be like “src=“xxx_files/sheet001.htm””

public string DefaultPath { get; }

See Also