Fix issue with ActionLink localization

This commit is contained in:
hishamco 2020-10-20 18:36:06 +03:00
parent 544475c489
commit af41e8bcfb

View File

@ -95,7 +95,11 @@
}
if (IsLocalizable)
{
_text = Localize(nameof(Text));
}
_url = EditUrl(Action, _parameters);
_authorized = IsAuthorized();
}