Skip to content
| Marketplace
Sign in
Visual Studio
>
Tools
>
ASP.NET Core 3.1 Razor Pages with Stripe
ASP.NET Core 3.1 Razor Pages with Stripe
PoisnFang
|
1,768 installs
|
(
2
)
|
Free
Custom ASP.NET Core 3.1 template for Razor Pages that includes Stripe integration and a contact list form.
Download
Overview
Q & A
Rating & Review
RazorStripe
RazorStripe is an ASP NET Core 3.1 Template that combines Razor Pages with Stripe integration.
Run the Project
Install and open the project
Add your own stripe keys in the
appsettings
Add your credentials in the
EmailSender
- Emails are sent using SMTP
Re-save the
libman file
and verify that the 5 folders have been downloaded into the
wwwroot
add-migration Initial
update-database
Run on IIS Express