IMemberIdUrlResolver Interface
Definition
- Assembly
- Sandcastle.Core.dll
This defines the interface used to resolve an API member ID to an online help website URL
public interface IMemberIdUrlResolver : 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
| ResolveUrlForId(string, string) |
This is used to get the help website URL for the given member ID |