V8/doctype tours (#6980)

This commit is contained in:
Dave Woestenborghs
2020-01-10 10:39:22 +01:00
committed by Kenn Jacobsen
parent 2b4279315a
commit eeaa5a82d4
7 changed files with 174 additions and 52 deletions

View File

@@ -31,5 +31,8 @@ namespace Umbraco.Web.Models
[DataMember(Name = "culture")]
public string Culture { get; set; }
[DataMember(Name = "contentType")]
public string ContentType { get; set; }
}
}