3 overrides of GetUrl
Microsoft.AspNetCore.Mvc.ViewFeatures (2)
PageRemoteAttribute.cs (1)
39protected override string GetUrl(ClientModelValidationContext context)
RemoteAttribute.cs (1)
107protected override string GetUrl(ClientModelValidationContext context)
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (1)
RemoteAttributeBaseTest.cs (1)
517protected override string GetUrl(ClientModelValidationContext context)
2 references to GetUrl
Microsoft.AspNetCore.Mvc.ViewFeatures (2)
RemoteAttributeBase.cs (2)
139/// Calls derived <see cref="ValidationAttribute"/> implementation of <see cref="GetUrl(ClientModelValidationContext)"/>. 151MergeAttribute(context.Attributes, "data-val-remote-url", GetUrl(context));