Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Biagio Paruolo 1494 posts 1635 karma points c-trib
    Apr 24, 2012 @ 17:23
    Biagio Paruolo
    0

    Razor Html Form ( Umbraco 4.7.1.1 ): Is't possible to call a function in a C# DLL class?

    Is't possible to call a function in a C# DLL class?

  • Thomas Höhler 1237 posts 1709 karma points MVP
    Apr 24, 2012 @ 21:22
    Thomas Höhler
    0

    Sure:

    @(
    var myObj = new MyNameSpace.MyClass();
    myObj.MyFunction();
    )

    hth, Thomas

  • Biagio Paruolo 1494 posts 1635 karma points c-trib
    Apr 25, 2012 @ 11:10
    Biagio Paruolo
    0

    If I need to call it in Submit?

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies