PageRemoteAttribute.GetUrl(ClientModelValidationContext) 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.
Returns the URL where the client should send a validation request.
protected:
override System::String ^ GetUrl(Microsoft::AspNetCore::Mvc::ModelBinding::Validation::ClientModelValidationContext ^ context);
protected override string GetUrl (Microsoft.AspNetCore.Mvc.ModelBinding.Validation.ClientModelValidationContext context);
override this.GetUrl : Microsoft.AspNetCore.Mvc.ModelBinding.Validation.ClientModelValidationContext -> string
Protected Overrides Function GetUrl (context As ClientModelValidationContext) As String
Parameters
- context
- ClientModelValidationContext
The ClientModelValidationContext used to generate the URL.
Returns
The URL where the client should send a validation request.