Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 3c185841

Přidáno uživatelem Vojtěch Bartička před asi 2 roky(ů)

HTML preprocessing and sanitization

Zobrazit rozdíly:

Backend/Models/Annotations/AnnotationInfo.cs
10 10
{
11 11
    public class AnnotationInfo
12 12
    {
13
        public string DocumentText { get; set; }
13
        public string SourceDocumentContent { get; set; }
14
        public string DocumentToRender { get; set; }
15
        public int[] TagStartPositions { get; set; }
16
        public int[] TagLengths { get; set; }
14 17
        public EState State { get; set; }
15 18
        public EDocumentType Type { get; set; }
16 19
        public string Note { get; set; }

Také k dispozici: Unified diff