IMemberIdUrlResolver Interface

This defines the interface used to resolve an API member ID to an online help website URL

Definition

Namespace: Sandcastle.Core.BuildAssembler.BuildComponent
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.2.18.0
public interface IMemberIdUrlResolver : IDisposable
Implements
IDisposable

Properties

BaseUrl This read-only property returns the base URL for the links
CachedUrls This read-only property returns the URL cache
IsDisposed This read-only property can be used to determine whether or not the resolver has been disposed

Methods

DisposePerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable)
ResolveUrlForId This is used to get the help website URL for the given member ID

See Also