API Reference
Class
HtmlCapabilityGalleryScenario
Describes one HTML capability-gallery scenario and its user-facing purpose.
Inheritance
- Object
- HtmlCapabilityGalleryScenario
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
- Property HtmlCapabilityGalleryResult.Scenario
Accepted by parameters
Constructors
public HtmlCapabilityGalleryScenario(String id, String title, String category, String description) #Creates a capability-gallery scenario.
Parameters
- id System.String
- Stable scenario identifier used in artifact names and manifests.
- title System.String
- Human-readable scenario title.
- category System.String
- Scenario category, such as Word HTML or HTML PDF.
- description System.String
- Short explanation of the capability being proved.
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Id { get; } #Stable scenario identifier used in artifact names and manifests.
public String Title { get; } #Human-readable scenario title.
public String Category { get; } #Scenario category, such as Word HTML or HTML PDF.
public String Description { get; } #Short explanation of the capability being proved.