XsltParams
This property specifies parameters for the XSL document.
Declaration
// C# public string XsltParams {get; set;}
Property Value
The parameters for the XSL document.
Remarks
Default value is null
.
The parameters are specified as a string of "name=value
" pairs of the form "param1=value1; param2=value2;...
" delimited by semicolons.