Shared SVG 2 static-subset external resource policy helpers.
public static class SvgExternalResourceResolver
kind:method, kind:property, kind:ctor. Press Esc to clear.AllowsExternalResource(SvgElement, Uri, SvgExternalResourcePolicy)Returns whether the owner element may load the supplied resource URI under a policy.AllowsExternalResource(SvgElement, Uri)Returns whether the owner element may load the supplied resource URI.AllowsStylesheetResource(Uri, Uri, SvgDocumentLoadOptions, SvgExternalResourcePolicy)Returns whether a stylesheet URI may be loaded under the supplied SVG 2 resource policy.GetEffectiveExternalResourcePolicy(SvgDocumentLoadOptions)Gets the external resource policy after applying processing-mode restrictions.GetEffectiveExternalResourcePolicy(SvgProcessingMode, SvgExternalResourcePolicy)Gets the external resource policy after applying processing-mode restrictions.ResolveResourceUri(SvgElement, Uri)Resolves a resource reference against the owning element's base URI.TryResolveResourceUri(SvgElement, String, out Uri)Attempts to parse and resolve a resource reference.