IUriProviderService.RegisterProvider(IUriProvider) Method
Registers the URI provider and makes it available to clients of the service.
Namespace: DevExpress.Office.Services
Assembly: DevExpress.Office.v25.1.Core.dll
NuGet Package: DevExpress.Office.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| provider | IUriProvider | An object which exposes the IUriProvider interface. |
Remarks
Use the RegisterProvider method to add a custom provider object that is used by a IUriProviderService service to construct the URI.
The RegisterProvider method inserts the specified provider at the beginning of the provider list. When the IUriProviderService.CreateCssUri or the IUriProviderService.CreateImageUri methods are called, this provider will be polled first.
See Also