FileSystemResourceHandler

FileSystemResourceHandler(Url)

Initializes a new instance of the FileSystemResourceHandler class.

public FileSystemResourceHandler(Url outputUrl)
ParameterTypeDescription
outputUrlUrlA URL indicating where the resources will be saved.

See Also


FileSystemResourceHandler(string)

Initializes a new instance of the FileSystemResourceHandler class.

public FileSystemResourceHandler(string outputPath)
ParameterTypeDescription
outputPathStringA path indicating where the resources will be saved.

See Also