WebAppContext Class

Definition

Represents the default implementation of IWebAppContext.

public ref class WebAppContext : Microsoft::Extensions::Logging::AzureAppServices::Internal::IWebAppContext
public class WebAppContext : Microsoft.Extensions.Logging.AzureAppServices.Internal.IWebAppContext
type WebAppContext = class
    interface IWebAppContext
Public Class WebAppContext
Implements IWebAppContext
Inheritance
WebAppContext
Implements

Remarks

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

Properties

Default

Gets the default instance of the WebApp context.

HomeFolder

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

IsRunningInAzureWebApp

Gets a value indicating whether the context is 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.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to