This file was generated automatically based on this two sources:
- /etc/nginx/mime.types
- http://www.garykessler.net/library/file_sigs.html
This is a JSON object by following structure:
[string ext] : {
signs: [sign]
This file was generated automatically based on this two sources:
This is a JSON object by following structure:
[string ext] : {
signs: [sign]
| namespace MyDotNetCore.App | |
| { | |
| using Microsoft.AspNetCore.Identity.EntityFrameworkCore; | |
| using Microsoft.EntityFrameworkCore; | |
| public class ApplicationDbContext : IdentityDbContext | |
| { | |
| public ApplicationDbContext(DbContextOptions<ApplicationDbContext> options) | |
| : base(options) | |
| { | |
| } |
| var options = {}; | |
| // jQuery options | |
| // options.url = foo; | |
| // CSRF Token | |
| var csrfToken = $("input[name='__RequestVerificationToken']").val(); | |
| if (csrfToken) { | |
| options.headers = { |