API Reference
Class
TargetToHtmlCapabilityContract
Capability contract for a native-target-to-HTML route.
Inheritance
- HtmlConversionRouteCapabilityContract
- TargetToHtmlCapabilityContract
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 TargetToHtmlCapabilityContract(String entryPoint, String resultContract, String ioAndAsyncBoundary, String diagnosticsContract, IEnumerable<String> profiles, IEnumerable<HtmlSemanticFeature> supported, IEnumerable<HtmlSemanticFeature> approximated, IEnumerable<HtmlSemanticFeature> unsupported) #Creates a target-to-HTML route contract.
Parameters
- entryPoint System.String
- resultContract System.String
- ioAndAsyncBoundary System.String
- diagnosticsContract System.String
- profiles System.Collections.Generic.IEnumerable{System.String}
- supported System.Collections.Generic.IEnumerable{OfficeIMO.Html.HtmlSemanticFeature}
- approximated System.Collections.Generic.IEnumerable{OfficeIMO.Html.HtmlSemanticFeature}
- unsupported System.Collections.Generic.IEnumerable{OfficeIMO.Html.HtmlSemanticFeature}
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
public HtmlCapabilitySupportLevel GetSupport(HtmlSemanticFeature feature) #Returns:
HtmlCapabilitySupportLevelInherited from HtmlConversionRouteCapabilityContract
Parameters
- feature HtmlSemanticFeature
Inherited Properties
public String EntryPoint { get; } #Inherited from HtmlConversionRouteCapabilityContract
public String ResultContract { get; } #Inherited from HtmlConversionRouteCapabilityContract
public String IoAndAsyncBoundary { get; } #Inherited from HtmlConversionRouteCapabilityContract
public String DiagnosticsContract { get; } #Inherited from HtmlConversionRouteCapabilityContract
public IReadOnlyList<String> Profiles { get; } #Inherited from HtmlConversionRouteCapabilityContract
public IReadOnlyList<HtmlSemanticFeature> SupportedFeatures { get; } #Inherited from HtmlConversionRouteCapabilityContract
public IReadOnlyList<HtmlSemanticFeature> ApproximatedFeatures { get; } #Inherited from HtmlConversionRouteCapabilityContract
public IReadOnlyList<HtmlSemanticFeature> UnsupportedFeatures { get; } #Inherited from HtmlConversionRouteCapabilityContract