MicrosoftLearnMemberIdUrlResolverResolveUrlForId Method

This is used to get the help website URL for the given member ID

Definition

Namespace: Sandcastle.Tools.BuildComponents
Assembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2024.9.12.0
public string ResolveUrlForId(
	string id,
	string fragmentId
)

Parameters

id  String
The member ID to convert to a URL
fragmentId  String
The ID to use for the URL fragment or null if there isn't one

Return Value

String
The URL for the member ID or null if it could not be resolved

Implements

IMemberIdUrlResolverResolveUrlForId(String, String)

See Also