You can simply use $("#email").emailautocomplete({ domains: @Html.Raw(Json.Encode(Model.Organisations.Select(x => x.EmailDomain))) });.
確定! 回上一頁