Activities of "liangshiwei"

Try:

<form method="post" action="@Url.Page("./Register", new { returnUrl = Model.ReturnUrl, returnUrlHash = Model.ReturnUrlHash })">

Replace with

<form method="post" asp-page="/account/register">

Hi,

It actually not related to ABP but dotnet.

You can check it: https://docs.microsoft.com/en-us/dotnet/core/tools/global-tools#install-a-global-tool-in-a-custom-location

Hi,

Yes, you can, ABP suite is a web application, it has also a back-end API.

You can open the network tab in the developer tools to check it.

Hi,

I guess it is already handled by the job handler

Hi,

Can you share the source code with me? shiwei.liang@volosoft.com

The point is Job arg class must have a no-argument constructor, It can also have other constructors

Hi,

I'm sure you also saw that it also has a no-argument constructor too : )

Try:

Since you want to implement registration and login functionality on one page, you know, some parameters are required for registering but not login, so you must manually validate the parameters.

Remove ValidateModel(); and manually validate the parameters

Hi,

I think you have the source code, you just need to copy it to the login page

Hi,

You can call await HttpContext.SignOutAsync("oidc");

Showing 5111 to 5120 of 6693 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.