Class TemplateContentOptions
Class TemplateContentOptions
Namespace: Aspose.Html.Converters
Assembly: Aspose.HTML.dll (25.1.0)
병합 처리를 위한 인라인 콘텐츠 객체입니다.
[ComVisible(true)]
public sealed class TemplateContentOptions
상속
object ← TemplateContentOptions
상속된 멤버
object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
생성자
TemplateContentOptions(string, TemplateContent)
인라인 (문자열) 기반 초기화
public TemplateContentOptions(string dataContent, TemplateContent contentType)
매개변수
dataContent
string
인라인 (문자열) 콘텐츠입니다.
contentType
TemplateContent
콘텐츠 유형입니다.
속성
ContentType
콘텐츠 유형 속성입니다.
public TemplateContent ContentType { get; }
속성 값
DataContent
데이터 콘텐츠 속성입니다.
public string DataContent { get; }
속성 값
Format
Aspose.Html.Converters.TemplateContentOptions.ContentType 속성의 문자열 표현입니다.
public string Format { get; }