IMemberIdUrlResolverResolveUrlForId Method
This is used to get the help website URL for the given member ID
Namespace: Sandcastle.Core.BuildAssembler.BuildComponentAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.12.21.0
string ResolveUrlForId(
string id,
string fragmentId
)
Function ResolveUrlForId (
id As String,
fragmentId As String
) As String
String^ ResolveUrlForId(
String^ id,
String^ fragmentId
)
abstract 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