IConfigMapPath.GetRootWebConfigFilename Method

Definition

Gets the name of the configuration file at the Web root.

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

public:
 System::String ^ GetRootWebConfigFilename();
public string GetRootWebConfigFilename ();
abstract member GetRootWebConfigFilename : unit -> string
Public Function GetRootWebConfigFilename () As String

Returns

The name of the configuration file at the Web root.

Remarks

GetRootWebConfigFilename is introduced in the .NET Framework version 3.5. For more information, see Versions and Dependencies.

Applies to