StaticHtmlActionResult Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Generates an HTML-formatted System.Web.Http.IHttpActionResult from an embedded resource.
public class StaticHtmlActionResult : System.Web.Http.IHttpActionResult
type StaticHtmlActionResult = class
interface IHttpActionResult
Public Class StaticHtmlActionResult
Implements IHttpActionResult
- Inheritance
-
StaticHtmlActionResult
- Implements
-
System.Web.Http.IHttpActionResult
Constructors
StaticHtmlActionResult(String, Object[]) |
Gets an embedded resource string from the calling assembly and returns it as HTML. Optionally uses Format(String, Object[]) to replace values in the resource. |
Methods
ExecuteAsync(CancellationToken) | System.Web.Http.IHttpActionResult.ExecuteAsync(System.Threading.CancellationToken) |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET