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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.