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 1618 posts 1910 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 1618 posts 1910 karma points c-trib
    Apr 25, 2012 @ 11:10
    Biagio Paruolo
    0

    If I need to call it in Submit?

Please Sign in or register to post replies

Write your reply to:

Draft