IWebLinkService Interface

Specifies the interface for a service which can provide information from a hosting web application.

Namespace:  Dundas.BI.Services
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public interface IWebLinkService

The IWebLinkService type exposes the following members.

Properties
  NameDescription
Public propertyCurrentApplicationUri
Gets the application URI associated with the current HTTP request.
Public propertyExternalApplicationUri Obsolete.
Gets the external application URI.
Public propertyInternalApplicationUri
Gets the internal application URI.
Top
Methods
  NameDescription
Public methodGetExternalApplicationUri
Gets the external application URI corresponding to the specified tenant.
Public methodGetHelpLink
Generates a help link using the format specified by the HelpLinkUriFormat configuration setting.
Public methodGetPageUrl
Gets the resolved contextual URL for a given file or entity.
Top
See Also