3e762080 62e0 119c 7eb0 af1753196feb - autumn009/NestedHtmlWriter GitHub Wiki

NhInline.WriteImg Method (String, String, Int32, Int32)

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)

Syntax

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 

Parameters

 

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

See Also

Reference

NhInline Class
WriteImg Overload
NestedHtmlWriter Namespace

⚠️ **GitHub.com Fallback** ⚠️