public sealed class MicrosoftLearnMemberIdUrlResolver : IMemberIdUrlResolver,
IDisposable
Public NotInheritable Class MicrosoftLearnMemberIdUrlResolver
Implements IMemberIdUrlResolver, IDisposable
public ref class MicrosoftLearnMemberIdUrlResolver sealed : IMemberIdUrlResolver,
IDisposable
[<SealedAttribute>]
type MicrosoftLearnMemberIdUrlResolver =
class
interface IMemberIdUrlResolver
interface IDisposable
end
MicrosoftLearnMemberIdUrlResolver | Default constructor |
MicrosoftLearnMemberIdUrlResolver(IDictionaryString, String, Boolean) | This constructor is used to create the resolver using an existing cache |
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 |
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) |