OutputCacheProfile.Name Property
.NET Framework (current version)
Gets or sets the OutputCacheProfile name.
Assembly: System.Web (in System.Web.dll)
<ConfigurationPropertyAttribute("name", IsRequired := True, IsKey := True, DefaultValue := "")> <TypeConverterAttribute(GetType(WhiteSpaceTrimStringConverter))> <StringValidatorAttribute(MinLength := 1)> Public Property Name As String
You use the Name to assign a value to the CacheProfile attribute of the directive if you want to apply the OutputCacheProfile values to a page or control.
.NET Framework
Available since 2.0
Available since 2.0
Show: