API Reference

Class

HtmlToTargetCapabilityContract

Namespace OfficeIMO.Html
Assembly OfficeIMO.Html
Modifiers sealed

Capability contract for an HTML-to-native-target route.

Inheritance

Usage

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

Returned or exposed by

Accepted by parameters

Constructors

public HtmlToTargetCapabilityContract(String entryPoint, String resultContract, String ioAndAsyncBoundary, String diagnosticsContract, IEnumerable<String> profiles, IEnumerable<HtmlSemanticFeature> supported, IEnumerable<HtmlSemanticFeature> approximated, IEnumerable<HtmlSemanticFeature> unsupported) #

Creates an HTML-to-target route contract.

Parameters

entryPoint System.String requiredposition: 0
resultContract System.String requiredposition: 1
ioAndAsyncBoundary System.String requiredposition: 2
diagnosticsContract System.String requiredposition: 3
profiles System.Collections.Generic.IEnumerable{System.String} requiredposition: 4
supported System.Collections.Generic.IEnumerable{OfficeIMO.Html.HtmlSemanticFeature} requiredposition: 5
approximated System.Collections.Generic.IEnumerable{OfficeIMO.Html.HtmlSemanticFeature} requiredposition: 6
unsupported System.Collections.Generic.IEnumerable{OfficeIMO.Html.HtmlSemanticFeature} requiredposition: 7