Interface IEnvironmentService
Provides a service for accessing environment-related information. Implements the IEnvironmentService interface.
Namespace: DataWeb.App
Assembly: DataWeb.Core.dll
Syntax
public interface IEnvironmentService
Methods
GetRootPath()
Retrieves the root path of the web application.
Declaration
string GetRootPath()
Returns
Type | Description |
---|---|
string | A string containing the absolute path to the root of the web application. |