MicrosoftLearnMemberIdUrlResolver 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: 2024.2.18.0
public sealed class MicrosoftLearnMemberIdUrlResolver : IMemberIdUrlResolver, 
	IDisposable
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

DisposePerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
ResolveUrlForId This is used to get the help website URL for the given member ID
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also