ResponseFilterStream.TransformString

Event that can be hooked up to handle Response.Filter Transformation. Passed a string that you can modify and return back as a return value. The modified content will become the final output.

This routine captures Response output in a MemoryStream. Use with care on large content.

public event Func<String,String> TransformString

See also:

Class ResponseFilterStream

© West Wind Technologies, 1996-2016 • Updated: 12/12/15
Comment or report problem with topic