Exemple #1
0
 public Button(RequestContext context, string text, string actionName, string controllerName)
 {
     Text = $"<button class = \"btn btn-outline - primary\"><a href = \"" +
            $"{UrlGenerator.GetRouteUrl(context, actionName, controllerName)}" +
            $"\">{text}</a></button> ";
 }