OutputCacheUtility.SetupKernelCaching(String, HttpResponse) Метод

Определение

Возвращает ключ кэша ядра.

public:
 static System::String ^ SetupKernelCaching(System::String ^ originalCacheUrl, System::Web::HttpResponse ^ response);
public static string SetupKernelCaching (string originalCacheUrl, System.Web.HttpResponse response);
static member SetupKernelCaching : string * System.Web.HttpResponse -> string
Public Shared Function SetupKernelCaching (originalCacheUrl As String, response As HttpResponse) As String

Параметры

originalCacheUrl
String

Исходный URL-адрес кэша.

response
HttpResponse

HTTP-ответ.

Возвращаемое значение

String

Ключ кэша ядра, если ответ можно кэшировать в ядре. В противном случае значение null.

Применяется к