HttpCachePolicyBase.AddValidationCallback Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
When overridden in a derived class, registers a validation callback for the current response.
public:
virtual void AddValidationCallback(System::Web::HttpCacheValidateHandler ^ handler, System::Object ^ data);
public virtual void AddValidationCallback (System.Web.HttpCacheValidateHandler handler, object data);
abstract member AddValidationCallback : System.Web.HttpCacheValidateHandler * obj -> unit
override this.AddValidationCallback : System.Web.HttpCacheValidateHandler * obj -> unit
Public Overridable Sub AddValidationCallback (handler As HttpCacheValidateHandler, data As Object)
Parameters
- handler
- HttpCacheValidateHandler
The object that will handle the request.
- data
- Object
The user-supplied data that is passed to the AddValidationCallback(HttpCacheValidateHandler, Object) delegate.
Exceptions
Always.
Applies to
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.