Fix issue with ActionLink localization
This commit is contained in:
parent
544475c489
commit
af41e8bcfb
@ -95,7 +95,11 @@
|
||||
|
||||
}
|
||||
|
||||
if (IsLocalizable)
|
||||
{
|
||||
_text = Localize(nameof(Text));
|
||||
}
|
||||
|
||||
_url = EditUrl(Action, _parameters);
|
||||
_authorized = IsAuthorized();
|
||||
}
|
||||
|
Reference in New Issue
Block a user