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 -> string
	override this.GetUrl : Microsoft.AspNetCore.Mvc.ModelBinding.Validation.ClientModelValidationContext -> string
	Protected Overridable Function GetUrl (context As ClientModelValidationContext) As 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.