Table of Contents

Method PrepareZipUrl

Namespace
Alternet.UI
Assembly
Alternet.UI.Interfaces.dll

PrepareZipUrl(string, string, string)

Prepares zip url in the form "{schemeName}:///{arcPath};protocol={fileInArchivePath}"

public static string PrepareZipUrl(string schemeName, string arcPath, string fileInArchivePath)

Parameters

schemeName string

Name of the theme, any string.

arcPath string

Path to archive file.

fileInArchivePath string

Path to file in archive.

Returns

string