HelperPage.WriteAttributeTo 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.
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Writes an attribute associated with the helper.
public static void WriteAttributeTo (System.IO.TextWriter writer, string name, System.Web.WebPages.Instrumentation.PositionTagged<string> prefix, System.Web.WebPages.Instrumentation.PositionTagged<string> suffix, params System.Web.WebPages.AttributeValue[] values);
static member WriteAttributeTo : System.IO.TextWriter * string * System.Web.WebPages.Instrumentation.PositionTagged<string> * System.Web.WebPages.Instrumentation.PositionTagged<string> * System.Web.WebPages.AttributeValue[] -> unit
Public Shared Sub WriteAttributeTo (writer As TextWriter, name As String, prefix As PositionTagged(Of String), suffix As PositionTagged(Of String), ParamArray values As AttributeValue())
Parameters
- writer
- TextWriter
The text writer.
- name
- String
The name of the attribute.
- prefix
- PositionTagged<String>
The prefix.
- suffix
- PositionTagged<String>
The suffix.
- values
- AttributeValue[]
The attribute value.