Gets the AuthenticatedCacheability

Namespace: DotNetNuke.Entities.Host
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public static string AuthenticatedCacheability { get; }
Visual Basic
Public Shared ReadOnly Property AuthenticatedCacheability As String
	Get

Remarks

Defaults to HttpCacheability.ServerAndNoCache

See Also