Click or drag to resize

XmlDocumentationGetXmlDocumentationPropertiesAsHtml Method

Returns the XML documentation for properties for the specified type as a html page.

Namespace:  Tse.EasyBook.Server.WcfContracts.WebClient
Assembly:  Tse.EasyBook.Server.WcfContracts (in Tse.EasyBook.Server.WcfContracts.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static string GetXmlDocumentationPropertiesAsHtml(
	Type type,
	string member,
	string baseUrl
)

Parameters

type
Type: SystemType

[Missing <param name="type"/> documentation for "M:Tse.EasyBook.Server.WcfContracts.WebClient.XmlDocumentation.GetXmlDocumentationPropertiesAsHtml(System.Type,System.String,System.String)"]

member
Type: SystemString

[Missing <param name="member"/> documentation for "M:Tse.EasyBook.Server.WcfContracts.WebClient.XmlDocumentation.GetXmlDocumentationPropertiesAsHtml(System.Type,System.String,System.String)"]

baseUrl
Type: SystemString

[Missing <param name="baseUrl"/> documentation for "M:Tse.EasyBook.Server.WcfContracts.WebClient.XmlDocumentation.GetXmlDocumentationPropertiesAsHtml(System.Type,System.String,System.String)"]

Return Value

Type: String

[Missing <returns> documentation for "M:Tse.EasyBook.Server.WcfContracts.WebClient.XmlDocumentation.GetXmlDocumentationPropertiesAsHtml(System.Type,System.String,System.String)"]

See Also