3e762080 62e0 119c 7eb0 af1753196feb - autumn009/NestedHtmlWriter GitHub Wiki
output img element which has src, alt, width, heigh attribute
Namespace: NestedHtmlWriter
Assembly: NestedHtmlWriterPortable (in NestedHtmlWriterPortable.dll) Version: 1.0.6152.32515 (1.0.0.0)
C#
public void WriteImg(
string src,
string alt,
int width,
int height
)
VB
Public Sub WriteImg (
src As String,
alt As String,
width As Integer,
height As Integer
)
C++
public:
void WriteImg(
String^ src,
String^ alt,
int width,
int height
)
F#
member WriteImg :
src : string *
alt : string *
width : int *
height : int -> unit
- src
- Type: System.String
src attribute value - alt
- Type: System.String
alt attribute value - width
- Type: System.Int32
width attribute value - height
- Type: System.Int32
height attribute value