3 overrides of GetUrl
Microsoft.AspNetCore.Mvc.ViewFeatures (2)
PageRemoteAttribute.cs (1)
39
protected override string
GetUrl
(ClientModelValidationContext context)
RemoteAttribute.cs (1)
107
protected override string
GetUrl
(ClientModelValidationContext context)
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (1)
RemoteAttributeBaseTest.cs (1)
517
protected 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)"/>.
151
MergeAttribute(context.Attributes, "data-val-remote-url",
GetUrl
(context));