DefaultTagHelperContent.GetContent Method
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.
Overloads
| GetContent() |
Gets the content. |
| GetContent(HtmlEncoder) |
Gets the content. |
GetContent()
GetContent(HtmlEncoder)
Gets the content.
public:
override System::String ^ GetContent(System::Text::Encodings::Web::HtmlEncoder ^ encoder);
public override string GetContent (System.Text.Encodings.Web.HtmlEncoder encoder);
override this.GetContent : System.Text.Encodings.Web.HtmlEncoder -> string
Public Overrides Function GetContent (encoder As HtmlEncoder) As String
Parameters
- encoder
- HtmlEncoder
The HtmlEncoder.
Returns
A String containing the content.