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 (26.2.0.1000)
Syntax
public interface IWebLinkService

The IWebLinkService type exposes the following members.

Properties
 NameDescription
Public propertyCurrentApplicationUriGets the application URI associated with the current HTTP request.
Public propertyExternalApplicationUriGets the external application URI.
Obsolete
Public propertyInternalApplicationUriGets 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