Activities of "maliming"

hi

You can use byte[] to store the picture

hi

You can see this

https://support.abp.io/QA/Questions/1174/

hi Rajasekhar

These are localized text info, is this sensitive?

hi

Which project has this error?

Steps to reproduce the issue

hi

We do not provide Github for commerical. you can get it source code.

hi

5.0 already supported

Configure<AbpTenantResolveOptions>(options =>
{
    options.AddDomainTenantResolver("{0}.getabp.net");
});

Configure<AbpAccountOptions>(options =>
{
    options.IsTenantMultiDomain = true;
    options.GetTenantDomain = (httpContext, info) => Task.FromResult(string.IsNullOrWhiteSpace(info.Name) ? $"https://getabp.net" : $"https://{info.Name}.getabp.net");
});

Configure<AbpAccountIdentityServerOptions>(options =>
{
    options.IsTenantMultiDomain = true;
    options.GetTenantDomain = (httpContext, extensionGrantValidationContext, info) => Task.FromResult(string.IsNullOrWhiteSpace(info.Name) ? $"https://getabp.net" : $"https://{info.Name}.getabp.net");
});

Try to use same paramter name.

hi @rahul.patel

Please create a new question. Thanks.

This is the way of model binding, you need to dynamically generate the correct name of the form.

We are releasing 5.0 RC1 please try again later.

Showing 9991 to 10000 of 11531 entries
Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.1.0-preview. Updated on December 17, 2025, 07:08
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.