C# Class SW.SimplyRazor.IJSRuntimeExtensions

Show file Open project: simplify9/SimplyRazor

Public Methods

Method Description
DownloadFile ( IJSRuntime jSRuntime, string url, string fileName, string target = null ) : Task

Method Details

DownloadFile() public static method

public static DownloadFile ( IJSRuntime jSRuntime, string url, string fileName, string target = null ) : Task
jSRuntime IJSRuntime
url string
fileName string
target string
return Task