Calyptus.Mvc.ForceHostAttribute.OnAfterRender C# (CSharp) Method

OnAfterRender() public method

public OnAfterRender ( IHttpContext context, AfterRenderEventArgs args ) : void
context IHttpContext
args AfterRenderEventArgs
return void
		public void OnAfterRender(IHttpContext context, AfterRenderEventArgs args) { }
	}