Edit

Share via


OutputCacheProfile(String) Constructor

Definition

Initializes a new instance of the OutputCacheProfile class.

public:
 OutputCacheProfile(System::String ^ name);
public OutputCacheProfile (string name);
new System.Web.Configuration.OutputCacheProfile : string -> System.Web.Configuration.OutputCacheProfile
Public Sub New (name As String)

Parameters

name
String

The name value to use.

Applies to