API Reference
Class
HtmlResolvedResource
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.
Returned or exposed by
Accepted by parameters
- Method HtmlResourceSession.TryGet
Constructors
public HtmlResolvedResource(Byte[] bytes, String contentType) #Creates a resolved resource snapshot.
Parameters
- bytes System.Byte[]
- contentType System.String
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object