API Reference

Class

HtmlResolvedResource

Namespace OfficeIMO.Html
Assembly OfficeIMO.Html
Modifiers sealed

Immutable bytes returned by an application-supplied HTML resource resolver.

Inheritance

  • Object
  • HtmlResolvedResource

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Constructors

public HtmlResolvedResource(Byte[] bytes, String contentType) #

Creates a resolved resource snapshot.

Parameters

bytes System.Byte[] requiredposition: 0
contentType System.String requiredposition: 1

Properties

public Byte[] Bytes { get; } #

Resolved resource bytes.

public Int64 Length { get; } #

Resolved resource length in bytes.

public String ContentType { get; } #

Declared media type.