RemoteAttributeBase.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:
abstract System::String ^ GetUrl(Microsoft::AspNetCore::Mvc::ModelBinding::Validation::ClientModelValidationContext ^ context);
protected abstract string GetUrl (Microsoft.AspNetCore.Mvc.ModelBinding.Validation.ClientModelValidationContext context);
abstract member GetUrl : Microsoft.AspNetCore.Mvc.ModelBinding.Validation.ClientModelValidationContext -> string
Protected MustOverride 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.