IWebAppContext Interface

Definition

Represents an Azure WebApp context.

public interface class IWebAppContext
public interface IWebAppContext
type IWebAppContext = interface
Public Interface IWebAppContext
Derived

Remarks

This API supports the .NET infrastructure and is not intended to be used directly from your code.

Properties

HomeFolder

Gets the path to the home folder if running in Azure WebApp.

IsRunningInAzureWebApp

Gets a value indicating whether the context is an Azure WebApp.

SiteInstanceId

Gets the ID of the site if running in Azure WebApp.

SiteName

Gets the name of the site if running in Azure WebApp.

Applies to