Show / Hide Table of Contents

Class DescriptionFragment

Model description divided into fragments

Inheritance
Object
DescriptionFragment
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: Pixiv.VroidSdk.Api.DataModel
Assembly: Pixiv.VroidSdk.dll
Syntax
public sealed class DescriptionFragment

Fields

body

Body

Declaration
public string body
Field Value
Type Description
String

normalized_body

Reorganized body

url: schema obtained from URL

plain: same as body

tag: tag without # symbol

Declaration
public string normalized_body
Field Value
Type Description
String

type

Type (plain, url, tag)

Declaration
public EnumDescriptionFragmentType type
Field Value
Type Description
EnumDescriptionFragmentType
In This Article
Back to top Generated by DocFX