Class HtmlCapturedCommandExtensions
Inheritance
System.Object
HtmlCapturedCommandExtensions
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.WebAii.Design.Translation
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public static class HtmlCapturedCommandExtensions
Methods
AsHtmlCapturedCommand(CapturedCommand)
Declaration
public static HtmlCapturedCommand AsHtmlCapturedCommand(this CapturedCommand command)
Parameters
CapturedCommand
command
|
Returns
HtmlCapturedCommand
|