RemoteAttribute.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:
 virtual System::String ^ GetUrl(Microsoft::AspNetCore::Mvc::ModelBinding::Validation::ClientModelValidationContext ^ context);protected:
 override System::String ^ GetUrl(Microsoft::AspNetCore::Mvc::ModelBinding::Validation::ClientModelValidationContext ^ context);protected virtual string GetUrl(Microsoft.AspNetCore.Mvc.ModelBinding.Validation.ClientModelValidationContext context);protected override string GetUrl(Microsoft.AspNetCore.Mvc.ModelBinding.Validation.ClientModelValidationContext context);abstract member GetUrl : Microsoft.AspNetCore.Mvc.ModelBinding.Validation.ClientModelValidationContext -> string
override this.GetUrl : Microsoft.AspNetCore.Mvc.ModelBinding.Validation.ClientModelValidationContext -> stringoverride this.GetUrl : Microsoft.AspNetCore.Mvc.ModelBinding.Validation.ClientModelValidationContext -> stringProtected Overridable Function GetUrl (context As ClientModelValidationContext) As StringProtected Overrides Function GetUrl (context As ClientModelValidationContext) As StringParameters
- context
- ClientModelValidationContext
The ClientModelValidationContext used to generate the URL.
Returns
The URL where the client should send a validation request.