







![]() ![]() |
C# Webserver |
WebHelper..::.BuildLink Method (String, String, String, array<String>[]()[]) |
WebHelper Class See Also Send Feedback |
Builds a link
Namespace:
HttpServer.Helpers
Assembly:
HttpServer (in HttpServer.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public static string BuildLink( string url, string title, string extra, params string[] htmlAttributes ) |
Visual Basic (Declaration) |
---|
Public Shared Function BuildLink ( _ url As String, _ title As String, _ extra As String, _ ParamArray htmlAttributes As String() _ ) As String |
Visual C++ |
---|
public: static String^ BuildLink( String^ url, String^ title, String^ extra, ... array<String^>^ htmlAttributes ) |
Parameters
- url
- Type: System..::.String
url to go to.
- title
- Type: System..::.String
title of link (displayed text)
- extra
- Type: System..::.String
extra options/text included in attribute part of the link tag.
- htmlAttributes
- Type: array<
System..::.String
>[]()[]
extra html attributes.