Table of Contents

IMemberIdUrlResolver.ResolveUrlForId Method

Definition

Namespace
Sandcastle.Core.BuildAssembler.BuildComponent
Assembly
Sandcastle.Core.dll

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

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

Returns

string

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