C# 클래스 Decision.Common.OpenGraph.ObjectTypes.Standard.OpenGraphVideoOther

This object type represents a generic video, and contains references to the actors and other professionals involved in its production. For specific types of video content, use the video.movie or video.tv_show object types. This type is for any other type of video content not represented elsewhere (eg. trailers, music videos, clips, news segments etc.). This object type is part of the Open Graph standard. See http://ogp.me/ See https://developers.facebook.com/docs/reference/opengraph/object-type/video.other/
상속: OpenGraphMetadata
파일 보기 프로젝트 열기: rabbal/Decision

공개 메소드들

메소드 설명
OpenGraphVideoOther ( string title, OpenGraphImage image, string url = null ) : System

Initializes a new instance of the OpenGraphVideoOther class.

ToString ( StringBuilder stringBuilder ) : void

Appends a HTML-encoded string representing this instance to the stringBuilder containing the Open Graph meta tags.

메소드 상세

OpenGraphVideoOther() 공개 메소드

Initializes a new instance of the OpenGraphVideoOther class.
public OpenGraphVideoOther ( string title, OpenGraphImage image, string url = null ) : System
title string The title of the object as it should appear in the graph.
image Decision.Common.OpenGraph.Media.OpenGraphImage The default image.
url string The canonical URL of the object, used as its ID in the graph.
리턴 System

ToString() 공개 메소드

Appends a HTML-encoded string representing this instance to the stringBuilder containing the Open Graph meta tags.
public ToString ( StringBuilder stringBuilder ) : void
stringBuilder StringBuilder The string builder.
리턴 void