Skip to main content
A newer version of this page is available.
All docs
V19.1
.NET Framework 4.5.2+

IUriProviderService Members

Obsolete. Represents a service that calls the registered IUriProvider interface when required.

Methods

Name Description
CreateCssUri(String, String, String) Creates URI for CSS data. Inherited from IUriProviderService.
CreateImageUri(String, OfficeImage, String) Provides the URI string for the specified image. Inherited from IUriProviderService.
RegisterProvider(IUriProvider) Registers the URI provider and makes it available to clients of the service. Inherited from IUriProviderService.
UnregisterProvider(IUriProvider) Cancels the registration of an URI provider, and makes it unavailable to the clients of the service. Inherited from IUriProviderService.
See Also