Method | Description | |
---|---|---|
Execute ( ViewComponentContext context ) : void |
Writes the EncodedContent.
|
|
ExecuteAsync ( ViewComponentContext context ) : System.Threading.Tasks.Task |
Writes the EncodedContent.
|
|
HtmlContentViewComponentResult ( IHtmlContent encodedContent ) : Microsoft.AspNet.Html.Abstractions |
Initializes a new HtmlContentViewComponentResult.
|
public Execute ( ViewComponentContext context ) : void | ||
context | ViewComponentContext | The |
return | void |
public ExecuteAsync ( ViewComponentContext context ) : System.Threading.Tasks.Task | ||
context | ViewComponentContext | The |
return | System.Threading.Tasks.Task |
public HtmlContentViewComponentResult ( IHtmlContent encodedContent ) : Microsoft.AspNet.Html.Abstractions | ||
encodedContent | IHtmlContent | |
return | Microsoft.AspNet.Html.Abstractions |