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(typeof(WhiteSpaceTrimStringConverter))>] [<StringValidatorAttribute(MinLength = 1)>] member Name : string with get, set
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: