Exemplo n.º 1
0
 /// <summary>
 /// Gets the URL of the package on the source website.
 /// </summary>
 public abstract Url GetUrlFromPackage(PackageBase package);
Exemplo n.º 2
0
        /// <summary>
        /// Gets the URL of the package on the source website.
        /// </summary>
        public Url GetUrlForPackageAsync(PackageBase package)
        {
            string ns = package.Urn.NamespaceIdentifier;

            return(GetHandlerForNamespace(ns).GetUrlFromPackage(package));
        }