Метод | Описание | |
---|---|---|
Abort ( System writer, bool isHtmlBool ) : void | ||
Render ( |
Метод | Описание | |
---|---|---|
AttributeBinding ( Attribute attribute, BindingResult binding ) : System | ||
RenderAttribute ( System writer, string name, string value ) : void |
Renders the specified attribute name and value to the response stream.
|
|
Transform ( string attributeName, |
Creates a new attribute, optionally based on an existing attribute (and binding) and returns the new attribute after transforming its attribute or binding value.
|
public Abort ( System writer, bool isHtmlBool ) : void | ||
writer | System | |
isHtmlBool | bool | |
Результат | void |
public Render ( |
||
page | ||
writer | System | |
isHtmlBool | bool | |
generateIds | bool | |
isTextArea | bool | |
Результат | void |