MicrosoftLearnMemberIdUrlResolverResolveUrlForId Method
This is used to get the help website URL for the given member ID
Namespace: Sandcastle.Tools.BuildComponentsAssembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2024.9.12.0
public string ResolveUrlForId(
string id,
string fragmentId
)
Public Function ResolveUrlForId (
id As String,
fragmentId As String
) As String
public:
virtual String^ ResolveUrlForId(
String^ id,
String^ fragmentId
) sealed
abstract ResolveUrlForId :
id : string *
fragmentId : string -> string
override ResolveUrlForId :
id : string *
fragmentId : string -> string
- 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
StringThe URL for the member ID or null if it could not be resolved
IMemberIdUrlResolverResolveUrlForId(String, String)