WebAppContext.HomeFolder Property

Definition

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

public:
 property System::String ^ HomeFolder { System::String ^ get(); };
public string HomeFolder { get; }
member this.HomeFolder : string
Public ReadOnly Property HomeFolder As String

Property Value

Implements

Remarks

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

Applies to