thank you. i will try it.
sorry, i lose description.
i use Firefox 46.0.1 boilerplate v0.9.1.0 module zero same version (v0.9.1.0)
thank you.
thank you very much. i changed my sample souces. problem is cleared . but i found another same case.
i change these souce codes.
@using MyAbp.Web.Views @model MyAbp.Web.Models.Layout.LanguageSelectionViewModel
@{ var calculateLangMenuUrl = new Func<string, string>((url) => { return ApplicationPath + url; }); }
i found it.
MyAbpZeroNavigationProvider.cs file is there
public class MyAbpZeroNavigationProvider : NavigationProvider
{
public override void SetNavigation(INavigationProviderContext context)
{
context.Manager.MainMenu
.AddItem(
new MenuItemDefinition(
"Home",
L("HomePage"),
url: "/", // <----- i wish this url is "/" + "Virtual ApplicationPath" :(
icon: "fa fa-home",
requiresAuthentication: true
thank you very much. i soon try it. :D