Ich habe gerade eine Konstante für den Inhaltstyp "application / json" in einer meiner Klassen deklariert.
public const string JsonContentType = "application/json";
Ich bin mir nicht sicher, ob es eine gute Praxis ist.
Hat .NET Framework eine vordefinierte Konstante für "application / json"?