MicrosoftLearnMemberIdUrlResolver Class
Definition
- Namespace
- Sandcastle.Tools.BuildComponents
- Assembly
- Sandcastle.Tools.BuildComponents.dll
This class is used to convert member IDs for .NET Framework class members to their Microsoft Learn URL
public sealed class MicrosoftLearnMemberIdUrlResolver : IMemberIdUrlResolver, IDisposable
- Inheritance
-
MicrosoftLearnMemberIdUrlResolver
- Implements
Constructors
| MicrosoftLearnMemberIdUrlResolver() |
Default constructor |
| MicrosoftLearnMemberIdUrlResolver(IDictionary<string, string>, bool) |
This constructor is used to create the resolver using an existing cache |
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
| Dispose() | |
| ResolveUrlForId(string, string) |
This is used to get the help website URL for the given member ID |