Class Param
Generate a standard HTML5 <param> tag
Implements
System.Web.IHtmlString
System.Collections.Generic.IEnumerable<ITag>
System.Collections.IEnumerable
Inherited Members
Namespace: ToSic.Razor.Html5
Assembly: ToSic.Razor.dll
Syntax
public class Param : Tag<Param>, IRawHtmlString, IHtmlString, IHtmlTag, ITag, IEnumerable<ITag>, IEnumerable
Methods
| Improve this Doc View SourceName(String)
Set the name attribute on the <param> tag
Declaration
public Param Name(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value | what should be in name='...'. If called multiple times, later values replace the previous value. |
Returns
Type | Description |
---|---|
Param | a Param object to enable fluid command chaining |
Value(String)
Set the value attribute on the <param> tag
Declaration
public Param Value(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value | what should be in value='...'. If called multiple times, later values replace the previous value. |
Returns
Type | Description |
---|---|
Param | a Param object to enable fluid command chaining |
Implements
System.Web.IHtmlString
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable