XslTransformation.XslContent Property

Definition

The XSLT input as string.

public:
 property System::String ^ XslContent { System::String ^ get(); void set(System::String ^ value); };
public string XslContent { get; set; }
member this.XslContent : string with get, set
Public Property XslContent As String

Property Value

String

The XSLT input as string.

Applies to