IMember Id Url ResolverResolve Url For Id Method
This is used to get the help website URL for the given member ID
Definition
Namespace: Sandcastle.Core.BuildAssembler.BuildComponent
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
The URL for the member ID or null if it could not be resolved
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
string ResolveUrlForId(
string id,
string fragmentId
)VB
Function ResolveUrlForId (
id As String,
fragmentId As String
) As StringC++
String^ ResolveUrlForId(
String^ id,
String^ fragmentId
)F#
abstract ResolveUrlForId :
id : string *
fragmentId : string -> string 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
StringThe URL for the member ID or null if it could not be resolved