Show / Hide Table of Contents

Class DescriptionFragment

モデル説明文を分割した断片

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

内容

Declaration
public string body
Field Value
Type Description
String

normalized_body

bodyを整理した内容

url: URLからスキーム部分を取り除いたもの

plain: bodyと同じ

tag: タグから#を取り除いたもの

Declaration
public string normalized_body
Field Value
Type Description
String

type

型 (plain, url, tag)

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