ControlPanelCategoryInfo.AspNet Field

Definition

Specifies the string "ASP.NET".

public: static initonly System::String ^ AspNet;
public static readonly string AspNet;
 staticval mutable AspNet : string
Public Shared ReadOnly AspNet As String 

Field Value

Remarks

The RegisterPage(String, ModulePageInfo) method uses this string to specify the ASP.NET feature area when it registers a new feature in IIS Manager. For more information, see the example for the Performance field.

Applies to