Microsoft Learn Member Id Url Resolver Class
This class is used to convert member IDs for .NET Framework class members to their Microsoft Learn URL
Definition
Namespace: Sandcastle.Tools.BuildComponents
Assembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2026.1.20.0
Assembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2026.1.20.0
C#
public sealed class MicrosoftLearnMemberIdUrlResolver : IMemberIdUrlResolver,
IDisposableVB
Public NotInheritable Class MicrosoftLearnMemberIdUrlResolver
Implements IMemberIdUrlResolver, IDisposableC++
public ref class MicrosoftLearnMemberIdUrlResolver sealed : IMemberIdUrlResolver,
IDisposableF#
[<SealedAttribute>]
type MicrosoftLearnMemberIdUrlResolver =
class
interface IMemberIdUrlResolver
interface IDisposable
end- Inheritance
- Object MicrosoftLearnMemberIdUrlResolver
- Implements
- IMemberIdUrlResolver, IDisposable
Constructors
| MicrosoftLearnMemberIdUrlResolver | Default constructor |
| MicrosoftLearnMemberIdUrlResolver(IDictionaryString, String, Boolean) | 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 | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| ResolveUrlForId | This is used to get the help website URL for the given member ID |
| ToString | Returns a string that represents the current object. (Inherited from Object) |