Table of Contents

Class StringWithContentType

Namespace
Phoesion.Glow.SDK.Firefly
Assembly
Phoesion.Glow.SDK.Firefly.Abstractions.dll
public class StringWithContentType : IHasContentType
Inheritance
object
StringWithContentType
Implements
Derived

Constructors

StringWithContentType(string)

public StringWithContentType(string contentType)

Parameters

contentType string

StringWithContentType(string, string)

public StringWithContentType(string content, string contentType)

Parameters

content string
contentType string

Properties

Content

public string Content { get; set; }

Property Value

string

ContentType

public string ContentType { get; set; }

Property Value

string

Operators

explicit operator string(StringWithContentType)

public static explicit operator string(StringWithContentType str)

Parameters

str StringWithContentType

Returns

string

implicit operator StringWithContentType((string, string))

public static implicit operator StringWithContentType((string, string) tuple)

Parameters

tuple (string FilePath, string ContentType)

Returns

StringWithContentType