WebPageExecutingBase.WriteAttributeTo Method (String, TextWriter, String, PositionTagged<String>, PositionTagged<String>, AttributeValue[])
Namespace:
System.Web.WebPages
Assembly: System.Web.WebPages (in System.Web.WebPages.dll)
Assembly: System.Web.WebPages (in System.Web.WebPages.dll)
protected internal virtual void WriteAttributeTo( string pageVirtualPath, TextWriter writer, string name, PositionTagged<string> prefix, PositionTagged<string> suffix, params AttributeValue[] values )
Parameters
- pageVirtualPath
- Type: System.String
- writer
- Type: System.IO.TextWriter
- name
- Type: System.String
- prefix
- Type: System.Web.WebPages.Instrumentation.PositionTagged<String>
- suffix
- Type: System.Web.WebPages.Instrumentation.PositionTagged<String>
- values
- Type: System.Web.WebPages.AttributeValue[]
Show: