Microsoft Learn Member Id Url ResolverResolve Url For Id 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: 2026.1.20.0
The URL for the member ID or null if it could not be resolved
Assembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2026.1.20.0
C#
public string ResolveUrlForId(
string id,
string fragmentId
)VB
Public Function ResolveUrlForId (
id As String,
fragmentId As String
) As StringC++
public:
virtual String^ ResolveUrlForId(
String^ id,
String^ fragmentId
) sealedF#
abstract ResolveUrlForId :
id : string *
fragmentId : string -> string
override 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